#49572C
A dark, moderate green closely aligning with Darkolivegreen.
About #49572C
Visually, #49572C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 87, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 16% Cyan, 0% Magenta, 49% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#49572C
RGB73, 87, 44
HSL79.5°, 32.8%, 25.7%
CMYK16%, 0%, 49%, 66%
HSV79.5°, 49.4%, 34.1%
LAB34.8, -13.5, 23.1
XYZ6.6, 8.4, 3.7
Decimal4806444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.48:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49572C;
}
.text-color {
color: #49572C;
}
.border-color {
border: 2px solid #49572C;
}