#3A7524
A dark, moderate green closely aligning with Darkgreen.
About #3A7524
Visually, #3A7524 is defined as a moderate green. Its closest recognized web color is Darkgreen. In the RGB color space, it consists of 58 red, 117 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 0% M, 69% Y, and 54% K. With a hue angle of 103.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A7524
RGB58, 117, 36
HSL103.7°, 52.9%, 30.0%
CMYK50%, 0%, 69%, 54%
HSV103.7°, 69.2%, 45.9%
LAB43.9, -35.1, 37.4
XYZ8.4, 13.7, 3.9
Decimal3831076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7524;
}
.text-color {
color: #3A7524;
}
.border-color {
border: 2px solid #3A7524;
}