#3A752C
A dark, moderate green closely aligning with Darkgreen.
About #3A752C
When working with digital screens, the color #3A752C is rendered by mixing light. Its closest recognized web color is Darkgreen. In the RGB color space, it consists of 58 red, 117 green, and 44 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, 62% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#3A752C
RGB58, 117, 44
HSL108.5°, 45.3%, 31.6%
CMYK50%, 0%, 62%, 54%
HSV108.5°, 62.4%, 45.9%
LAB44.0, -34.3, 33.7
XYZ8.6, 13.8, 4.6
Decimal3831084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A752C;
}
.text-color {
color: #3A752C;
}
.border-color {
border: 2px solid #3A752C;
}