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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#355E3B
Base
#5E3558
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#355E3B
Base
#435E35
#355E4F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#355E3B
Base
#3B355E
#5E3B35
Two colors flanking the complement — high contrast with less tension than full complementary.
#355E3B
Base
#4F355E
#5E3543
Four colors at 90° intervals — rich variety, best when one color dominates.
#355E3B
Base
#35435E
#5E3558
#5E4F35
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#355E3B
Base
#09100A
#192D1C
#26442B
#44784B
#518F5A
#79B381
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
#355E3B
Base
#4D8956
#6DAD76
#98C59F
#C4DDC7
#EFF6F0
Ready-to-use code snippets for #355E3B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #355E3B;
}
/* Text */
.element {
color: #355E3B;
}
/* Border */
.element {
border: 1px solid #355E3B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#355E3B,
#87357B
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#355E3B,
#87357B
);
}
// 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);
}
How Hunter Green appears to people with different types of color vision deficiency.
#355E3B
How the color appears with full color vision.
#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.
#5B5B3B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#3C5A5A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#555555
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.