Shades of Fern Green #518847
Tints of Fern Green #518847
RGB
CMYK
RGB Variations
Color information
#518847 (or 0x518847) is known color: Fern Green. HEX triplet: 51, 88 and 47. RGB value is (81,136,71). Sum of RGB (Red+Green+Blue) = 81+136+71=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #518847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518847 is #AE77B8. Grayscale: #707070. Windows color (decimal): -11433913 or 4687953. OLE color: 4687953.
HSL color Cylindrical-coordinate representation of color #518847: hue angle of 110.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #518847 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 71 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.47 |
| HSL | 110.77º | 0.31% | 0.41% | - |
| HSV(B) | 110.77º | 0.48% | 0.53% | - |
| XYZ | 13.33 | 19.81 | 9.08 | - |
| YUV | 112.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 71 | 0.40 | 0 | 0.48 | 0.47 | 110.77 | 0.31 | 0.41 |
| Hex | 51 | 88 | 47 | 28 | 0 | 30 | 2F | 6F | 1F | 29 |
| Octal | 121 | 210 | 107 | 50 | 0 | 60 | 57 | 157 | 37 | 51 |
| Binary | 1010001 | 10001000 | 1000111 | 101000 | 0 | 110000 | 101111 | 1101111 | 11111 | 101001 |
Color Harmonies of #518847
Complementary color
Monochromatic Colors of #518847
Black with #518847
Text Example
Text Example
White with #518847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518847; }
p { color: rgb(81,136,71); }
H1.HeaderClassName
{
color: #518847;
}
.AnyTagClassName
{
color: #518847;
}
</style>
background-color css
<style>
a { background-color: #518847; }
a { background-color: rgb(81,136,71); }
div.DivClassName
{
background-color: #518847;
}
.BgClassName
{
background-color: #518847;
}
</style>
border-color css
<style>
span { border-color: #518847; }
span { border-color: rgb(81,136,71); }
td.TdClassName
{
border-color: #518847;
}
.TagClassName
{
border-color: #518847;
}
</style>