Shades of Fern Green #508F47
Tints of Fern Green #508F47
RGB
CMYK
RGB Variations
Color information
#508F47 (or 0x508F47) is known color: Fern Green. HEX triplet: 50, 8F and 47. RGB value is (80,143,71). Sum of RGB (Red+Green+Blue) = 80+143+71=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #508F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F47 is #AF70B8. Grayscale: #747474. Windows color (decimal): -11497657 or 4689744. OLE color: 4689744.
HSL color Cylindrical-coordinate representation of color #508F47: hue angle of 112.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508F47 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 71 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.44 |
| HSL | 112.5º | 0.34% | 0.42% | - |
| HSV(B) | 112.5º | 0.5% | 0.56% | - |
| XYZ | 14.27 | 21.81 | 9.42 | - |
| YUV | 115.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 71 | 0.44 | 0 | 0.50 | 0.44 | 112.5 | 0.34 | 0.42 |
| Hex | 50 | 8F | 47 | 2C | 0 | 32 | 2C | 70 | 22 | 2A |
| Octal | 120 | 217 | 107 | 54 | 0 | 62 | 54 | 160 | 42 | 52 |
| Binary | 1010000 | 10001111 | 1000111 | 101100 | 0 | 110010 | 101100 | 1110000 | 100010 | 101010 |
Color Harmonies of #508F47
Complementary color
Monochromatic Colors of #508F47
Black with #508F47
Text Example
Text Example
White with #508F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F47; }
p { color: rgb(80,143,71); }
H1.HeaderClassName
{
color: #508F47;
}
.AnyTagClassName
{
color: #508F47;
}
</style>
background-color css
<style>
a { background-color: #508F47; }
a { background-color: rgb(80,143,71); }
div.DivClassName
{
background-color: #508F47;
}
.BgClassName
{
background-color: #508F47;
}
</style>
border-color css
<style>
span { border-color: #508F47; }
span { border-color: rgb(80,143,71); }
td.TdClassName
{
border-color: #508F47;
}
.TagClassName
{
border-color: #508F47;
}
</style>