#3A5724
A dark, moderate green closely aligning with Darkolivegreen.
About #3A5724
Visually, #3A5724 is defined as a moderate green. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 87, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 33% Cyan, 0% Magenta, 59% Yellow, and 66% Black. The HSL representation is 94.1° hue, 41.5% saturation, and 24.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A5724
RGB58, 87, 36
HSL94.1°, 41.5%, 24.1%
CMYK33%, 0%, 59%, 66%
HSV94.1°, 58.6%, 34.1%
LAB33.7, -21.0, 25.9
XYZ5.5, 7.8, 2.9
Decimal3823396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.18:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.81:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5724;
}
.text-color {
color: #3A5724;
}
.border-color {
border: 2px solid #3A5724;
}