#49A05F
A medium, moderate green closely aligning with Mediumseagreen.
About #49A05F
When working with digital screens, the color #49A05F is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(73, 160, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 54% C, 0% M, 41% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49A05F
RGB73, 160, 95
HSL135.2°, 37.3%, 45.7%
CMYK54%, 0%, 41%, 37%
HSV135.2°, 54.4%, 62.7%
LAB59.3, -40.9, 26.1
XYZ17.4, 27.4, 15.2
Decimal4825183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A05F;
}
.text-color {
color: #49A05F;
}
.border-color {
border: 2px solid #49A05F;
}