#3A7542
A dark, moderate green closely aligning with Seagreen.
About #3A7542
At its core, #3A7542 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 58 red, 117 green, and 66 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, 44% Y, and 54% K. The HSL representation is 128.1° hue, 33.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A7542
RGB58, 117, 66
HSL128.1°, 33.7%, 34.3%
CMYK50%, 0%, 44%, 54%
HSV128.1°, 50.4%, 45.9%
LAB44.3, -31.1, 22.3
XYZ9.1, 14.0, 7.4
Decimal3831106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7542;
}
.text-color {
color: #3A7542;
}
.border-color {
border: 2px solid #3A7542;
}