Shades of Fern Green #518046
Tints of Fern Green #518046
RGB
CMYK
RGB Variations
Color information
#518046 (or 0x518046) is known color: Fern Green. HEX triplet: 51, 80 and 46. RGB value is (81,128,70). Sum of RGB (Red+Green+Blue) = 81+128+70=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #518046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518046 is #AE7FB9. Grayscale: #6B6B6B. Windows color (decimal): -11435962 or 4620369. OLE color: 4620369.
HSL color Cylindrical-coordinate representation of color #518046: hue angle of 108.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518046 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 70 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.50 |
| HSL | 108.62º | 0.29% | 0.39% | - |
| HSV(B) | 108.62º | 0.45% | 0.5% | - |
| XYZ | 12.22 | 17.63 | 8.55 | - |
| YUV | 107.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 70 | 0.37 | 0 | 0.45 | 0.50 | 108.62 | 0.29 | 0.39 |
| Hex | 51 | 80 | 46 | 25 | 0 | 2D | 32 | 6D | 1D | 27 |
| Octal | 121 | 200 | 106 | 45 | 0 | 55 | 62 | 155 | 35 | 47 |
| Binary | 1010001 | 10000000 | 1000110 | 100101 | 0 | 101101 | 110010 | 1101101 | 11101 | 100111 |
Color Harmonies of #518046
Complementary color
Monochromatic Colors of #518046
Black with #518046
Text Example
Text Example
White with #518046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518046; }
p { color: rgb(81,128,70); }
H1.HeaderClassName
{
color: #518046;
}
.AnyTagClassName
{
color: #518046;
}
</style>
background-color css
<style>
a { background-color: #518046; }
a { background-color: rgb(81,128,70); }
div.DivClassName
{
background-color: #518046;
}
.BgClassName
{
background-color: #518046;
}
</style>
border-color css
<style>
span { border-color: #518046; }
span { border-color: rgb(81,128,70); }
td.TdClassName
{
border-color: #518046;
}
.TagClassName
{
border-color: #518046;
}
</style>