Hunter Green (#355E3B)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 7.46:1 — vs black: 2.82:1

Color values

  • HEX #355E3B
  • RGB rgb(53, 94, 59)
  • HSL hsl(128, 43%, 36%)
  • CMYK cmyk( 43.62, 0, 37.23, 63.14 )
  • Websafe #336633

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #355E3B based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Hunter Green
#355E3B Base
#5E3558
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Hunter Green
#355E3B Base
#435E35
#355E4F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Hunter Green
#355E3B Base
#3B355E
#5E3B35
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Hunter Green
#355E3B Base
#4F355E
#5E3543
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Hunter Green
#355E3B Base
#35435E
#5E3558
#5E4F35
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Hunter Green
#355E3B Base
#09100A
#192D1C
#26442B
#44784B
#518F5A
#79B381
Shades & Tints

Darker shades and lighter tints of Hunter Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#09100A
#122014
#1B2F1E
#233F27
#2C4E31
Hunter Green #355E3B Base
#4D8956
#6DAD76
#98C59F
#C4DDC7
#EFF6F0
CSS & SCSS Snippets

Ready-to-use code snippets for #355E3B. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #355E3B;
}

/* Text */
.element {
    color: #355E3B;
}

/* Border */
.element {
    border: 1px solid #355E3B;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #355E3B,
        #87357B
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #355E3B,
        #87357B
    );
}
SCSS Variable
// SCSS variable
$hunter-green: #355E3B;

// With RGB channels (useful for rgba() usage)
$hunter-green-r: 53;
$hunter-green-g: 94;
$hunter-green-b: 59;

// Usage
.element {
    background-color: $hunter-green;
    color: rgba($hunter-green-r, $hunter-green-g, $hunter-green-b, 0.8);
}
Color Blindness Simulation

How Hunter Green appears to people with different types of color vision deficiency.

Normal Vision #355E3B How the color appears with full color vision.
Deuteranopia #55553C Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #5B5B3B Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #3C5A5A Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #555555 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Hunter Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Hunter Green #355E3B Base
Mughal Green #306030 ΔE 3.56
Cal Poly Pomona Green #1E4D2B ΔE 5.95
Dartmouth Green #00693E ΔE 6.69
Cadmium Green #006B3C ΔE 7.16

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.