Shades of Fern Green #508940
Tints of Fern Green #508940
RGB
CMYK
RGB Variations
Color information
#508940 (or 0x508940) is known color: Fern Green. HEX triplet: 50, 89 and 40. RGB value is (80,137,64). Sum of RGB (Red+Green+Blue) = 80+137+64=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #508940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508940 is #AF76BF. Grayscale: #6F6F6F. Windows color (decimal): -11499200 or 4229456. OLE color: 4229456.
HSL color Cylindrical-coordinate representation of color #508940: hue angle of 106.85º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508940 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 64 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.46 |
| HSL | 106.85º | 0.36% | 0.39% | - |
| HSV(B) | 106.85º | 0.53% | 0.54% | - |
| XYZ | 13.18 | 19.97 | 8.01 | - |
| YUV | 111.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 64 | 0.42 | 0 | 0.53 | 0.46 | 106.85 | 0.36 | 0.39 |
| Hex | 50 | 89 | 40 | 2A | 0 | 35 | 2E | 6B | 24 | 27 |
| Octal | 120 | 211 | 100 | 52 | 0 | 65 | 56 | 153 | 44 | 47 |
| Binary | 1010000 | 10001001 | 1000000 | 101010 | 0 | 110101 | 101110 | 1101011 | 100100 | 100111 |
Color Harmonies of #508940
Complementary color
Monochromatic Colors of #508940
Black with #508940
Text Example
Text Example
White with #508940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508940; }
p { color: rgb(80,137,64); }
H1.HeaderClassName
{
color: #508940;
}
.AnyTagClassName
{
color: #508940;
}
</style>
background-color css
<style>
a { background-color: #508940; }
a { background-color: rgb(80,137,64); }
div.DivClassName
{
background-color: #508940;
}
.BgClassName
{
background-color: #508940;
}
</style>
border-color css
<style>
span { border-color: #508940; }
span { border-color: rgb(80,137,64); }
td.TdClassName
{
border-color: #508940;
}
.TagClassName
{
border-color: #508940;
}
</style>