#495F33
A dark, moderate green closely aligning with Darkolivegreen.
About #495F33
At its core, #495F33 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 73 parts red, 95 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 23% C, 0% M, 46% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#495F33
RGB73, 95, 51
HSL90.0°, 30.1%, 28.6%
CMYK23%, 0%, 46%, 63%
HSV90.0°, 46.3%, 37.3%
LAB37.6, -17.0, 22.5
XYZ7.4, 9.8, 4.6
Decimal4808499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.08:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495F33;
}
.text-color {
color: #495F33;
}
.border-color {
border: 2px solid #495F33;
}