#339950
A medium, moderate green closely aligning with Mediumseagreen.
About #339950
At its core, #339950 is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(51, 153, 80).
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 48% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#339950
RGB51, 153, 80
HSL137.1°, 50.0%, 40.0%
CMYK67%, 0%, 48%, 40%
HSV137.1°, 66.7%, 60.0%
LAB56.2, -45.7, 29.9
XYZ14.2, 24.1, 11.5
Decimal3381584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #339950;
}
.text-color {
color: #339950;
}
.border-color {
border: 2px solid #339950;
}