#334933
A dark, muted green closely aligning with Darkslategray.
About #334933
The precise color #334933 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 51 red, 73 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 30% Y, and 71% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#334933
RGB51, 73, 51
HSL120.0°, 17.7%, 24.3%
CMYK30%, 0%, 30%, 71%
HSV120.0°, 30.1%, 28.6%
LAB28.7, -13.7, 10.5
XYZ4.3, 5.7, 4.0
Decimal3361075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.81:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.37:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #334933;
}
.text-color {
color: #334933;
}
.border-color {
border: 2px solid #334933;
}