#334942
A dark, muted green closely aligning with Darkslategray.
About #334942
Visually, #334942 is defined as a muted green. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(51, 73, 66).
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 0% Magenta, 10% Yellow, and 71% Black. With a hue angle of 160.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#334942
RGB51, 73, 66
HSL160.9°, 17.7%, 24.3%
CMYK30%, 0%, 10%, 71%
HSV160.9°, 30.1%, 28.6%
LAB29.1, -10.3, 1.4
XYZ4.7, 5.9, 6.0
Decimal3361090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.67:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.24:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #334942;
}
.text-color {
color: #334942;
}
.border-color {
border: 2px solid #334942;
}