Shades of Fern Green #509047
Tints of Fern Green #509047
RGB
CMYK
RGB Variations
Color information
#509047 (or 0x509047) is known color: Fern Green. HEX triplet: 50, 90 and 47. RGB value is (80,144,71). Sum of RGB (Red+Green+Blue) = 80+144+71=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #509047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509047 is #AF6FB8. Grayscale: #747474. Windows color (decimal): -11497401 or 4690000. OLE color: 4690000.
HSL color Cylindrical-coordinate representation of color #509047: hue angle of 112.6º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509047 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 71 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.44 |
| HSL | 112.6º | 0.34% | 0.42% | - |
| HSV(B) | 112.6º | 0.51% | 0.56% | - |
| XYZ | 14.42 | 22.11 | 9.47 | - |
| YUV | 116.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 71 | 0.44 | 0 | 0.51 | 0.44 | 112.6 | 0.34 | 0.42 |
| Hex | 50 | 90 | 47 | 2C | 0 | 33 | 2C | 71 | 22 | 2A |
| Octal | 120 | 220 | 107 | 54 | 0 | 63 | 54 | 161 | 42 | 52 |
| Binary | 1010000 | 10010000 | 1000111 | 101100 | 0 | 110011 | 101100 | 1110001 | 100010 | 101010 |
Color Harmonies of #509047
Complementary color
Monochromatic Colors of #509047
Black with #509047
Text Example
Text Example
White with #509047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509047; }
p { color: rgb(80,144,71); }
H1.HeaderClassName
{
color: #509047;
}
.AnyTagClassName
{
color: #509047;
}
</style>
background-color css
<style>
a { background-color: #509047; }
a { background-color: rgb(80,144,71); }
div.DivClassName
{
background-color: #509047;
}
.BgClassName
{
background-color: #509047;
}
</style>
border-color css
<style>
span { border-color: #509047; }
span { border-color: rgb(80,144,71); }
td.TdClassName
{
border-color: #509047;
}
.TagClassName
{
border-color: #509047;
}
</style>