Shades of Fern Green #518247
Tints of Fern Green #518247
RGB
CMYK
RGB Variations
Color information
#518247 (or 0x518247) is known color: Fern Green. HEX triplet: 51, 82 and 47. RGB value is (81,130,71). Sum of RGB (Red+Green+Blue) = 81+130+71=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #518247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518247 is #AE7DB8. Grayscale: #6C6C6C. Windows color (decimal): -11435449 or 4686417. OLE color: 4686417.
HSL color Cylindrical-coordinate representation of color #518247: hue angle of 109.83º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518247 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 71 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.49 |
| HSL | 109.83º | 0.29% | 0.39% | - |
| HSV(B) | 109.83º | 0.45% | 0.51% | - |
| XYZ | 12.51 | 18.17 | 8.81 | - |
| YUV | 108.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 71 | 0.38 | 0 | 0.45 | 0.49 | 109.83 | 0.29 | 0.39 |
| Hex | 51 | 82 | 47 | 26 | 0 | 2D | 31 | 6E | 1D | 27 |
| Octal | 121 | 202 | 107 | 46 | 0 | 55 | 61 | 156 | 35 | 47 |
| Binary | 1010001 | 10000010 | 1000111 | 100110 | 0 | 101101 | 110001 | 1101110 | 11101 | 100111 |
Color Harmonies of #518247
Complementary color
Monochromatic Colors of #518247
Black with #518247
Text Example
Text Example
White with #518247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518247; }
p { color: rgb(81,130,71); }
H1.HeaderClassName
{
color: #518247;
}
.AnyTagClassName
{
color: #518247;
}
</style>
background-color css
<style>
a { background-color: #518247; }
a { background-color: rgb(81,130,71); }
div.DivClassName
{
background-color: #518247;
}
.BgClassName
{
background-color: #518247;
}
</style>
border-color css
<style>
span { border-color: #518247; }
span { border-color: rgb(81,130,71); }
td.TdClassName
{
border-color: #518247;
}
.TagClassName
{
border-color: #518247;
}
</style>