Shades of Fern Green #518137
Tints of Fern Green #518137
RGB
CMYK
RGB Variations
Color information
#518137 (or 0x518137) is known color: Fern Green. HEX triplet: 51, 81 and 37. RGB value is (81,129,55). Sum of RGB (Red+Green+Blue) = 81+129+55=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #518137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518137 is #AE7EC8. Grayscale: #6A6A6A. Windows color (decimal): -11435721 or 3637585. OLE color: 3637585.
HSL color Cylindrical-coordinate representation of color #518137: hue angle of 98.92º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518137 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 55 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.49 |
| HSL | 98.92º | 0.4% | 0.36% | - |
| HSV(B) | 98.92º | 0.57% | 0.51% | - |
| XYZ | 11.93 | 17.73 | 6.41 | - |
| YUV | 106.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 55 | 0.37 | 0 | 0.57 | 0.49 | 98.92 | 0.4 | 0.36 |
| Hex | 51 | 81 | 37 | 25 | 0 | 39 | 31 | 63 | 28 | 24 |
| Octal | 121 | 201 | 67 | 45 | 0 | 71 | 61 | 143 | 50 | 44 |
| Binary | 1010001 | 10000001 | 110111 | 100101 | 0 | 111001 | 110001 | 1100011 | 101000 | 100100 |
Color Harmonies of #518137
Complementary color
Monochromatic Colors of #518137
Black with #518137
Text Example
Text Example
White with #518137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518137; }
p { color: rgb(81,129,55); }
H1.HeaderClassName
{
color: #518137;
}
.AnyTagClassName
{
color: #518137;
}
</style>
background-color css
<style>
a { background-color: #518137; }
a { background-color: rgb(81,129,55); }
div.DivClassName
{
background-color: #518137;
}
.BgClassName
{
background-color: #518137;
}
</style>
border-color css
<style>
span { border-color: #518137; }
span { border-color: rgb(81,129,55); }
td.TdClassName
{
border-color: #518137;
}
.TagClassName
{
border-color: #518137;
}
</style>