Shades of Fern Green #508842
Tints of Fern Green #508842
RGB
CMYK
RGB Variations
Color information
#508842 (or 0x508842) is known color: Fern Green. HEX triplet: 50, 88 and 42. RGB value is (80,136,66). Sum of RGB (Red+Green+Blue) = 80+136+66=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #508842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508842 is #AF77BD. Grayscale: #6F6F6F. Windows color (decimal): -11499454 or 4360272. OLE color: 4360272.
HSL color Cylindrical-coordinate representation of color #508842: hue angle of 108º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508842 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 66 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.47 |
| HSL | 108º | 0.35% | 0.4% | - |
| HSV(B) | 108º | 0.51% | 0.53% | - |
| XYZ | 13.1 | 19.71 | 8.27 | - |
| YUV | 111.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 66 | 0.41 | 0 | 0.51 | 0.47 | 108 | 0.35 | 0.4 |
| Hex | 50 | 88 | 42 | 29 | 0 | 33 | 2F | 6C | 23 | 28 |
| Octal | 120 | 210 | 102 | 51 | 0 | 63 | 57 | 154 | 43 | 50 |
| Binary | 1010000 | 10001000 | 1000010 | 101001 | 0 | 110011 | 101111 | 1101100 | 100011 | 101000 |
Color Harmonies of #508842
Complementary color
Monochromatic Colors of #508842
Black with #508842
Text Example
Text Example
White with #508842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508842; }
p { color: rgb(80,136,66); }
H1.HeaderClassName
{
color: #508842;
}
.AnyTagClassName
{
color: #508842;
}
</style>
background-color css
<style>
a { background-color: #508842; }
a { background-color: rgb(80,136,66); }
div.DivClassName
{
background-color: #508842;
}
.BgClassName
{
background-color: #508842;
}
</style>
border-color css
<style>
span { border-color: #508842; }
span { border-color: rgb(80,136,66); }
td.TdClassName
{
border-color: #508842;
}
.TagClassName
{
border-color: #508842;
}
</style>