#3A755F
A dark, moderate green closely aligning with Teal.
About #3A755F
The hex code #3A755F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(58, 117, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#3A755F
RGB58, 117, 95
HSL157.6°, 33.7%, 34.3%
CMYK50%, 0%, 19%, 54%
HSV157.6°, 50.4%, 45.9%
LAB44.9, -25.0, 6.3
XYZ10.2, 14.4, 13.1
Decimal3831135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A755F;
}
.text-color {
color: #3A755F;
}
.border-color {
border: 2px solid #3A755F;
}