#3A571D
A dark, moderate green closely aligning with Darkolivegreen.
About #3A571D
The precise color #3A571D is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(58, 87, 29).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 33% C, 0% M, 67% Y, and 66% K. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#3A571D
RGB58, 87, 29
HSL90.0°, 50.0%, 22.7%
CMYK33%, 0%, 67%, 66%
HSV90.0°, 66.7%, 34.1%
LAB33.6, -21.8, 29.5
XYZ5.4, 7.8, 2.4
Decimal3823389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.20:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.84:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A571D;
}
.text-color {
color: #3A571D;
}
.border-color {
border: 2px solid #3A571D;
}