Shades of Fern Green #518237
Tints of Fern Green #518237
RGB
CMYK
RGB Variations
Color information
#518237 (or 0x518237) is known color: Fern Green. HEX triplet: 51, 82 and 37. RGB value is (81,130,55). Sum of RGB (Red+Green+Blue) = 81+130+55=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #518237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518237 is #AE7DC8. Grayscale: #6B6B6B. Windows color (decimal): -11435465 or 3637841. OLE color: 3637841.
HSL color Cylindrical-coordinate representation of color #518237: hue angle of 99.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518237 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 55 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.49 |
| HSL | 99.2º | 0.41% | 0.36% | - |
| HSV(B) | 99.2º | 0.58% | 0.51% | - |
| XYZ | 12.07 | 17.99 | 6.45 | - |
| YUV | 106.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 55 | 0.38 | 0 | 0.58 | 0.49 | 99.2 | 0.41 | 0.36 |
| Hex | 51 | 82 | 37 | 26 | 0 | 3A | 31 | 63 | 29 | 24 |
| Octal | 121 | 202 | 67 | 46 | 0 | 72 | 61 | 143 | 51 | 44 |
| Binary | 1010001 | 10000010 | 110111 | 100110 | 0 | 111010 | 110001 | 1100011 | 101001 | 100100 |
Color Harmonies of #518237
Complementary color
Monochromatic Colors of #518237
Black with #518237
Text Example
Text Example
White with #518237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518237; }
p { color: rgb(81,130,55); }
H1.HeaderClassName
{
color: #518237;
}
.AnyTagClassName
{
color: #518237;
}
</style>
background-color css
<style>
a { background-color: #518237; }
a { background-color: rgb(81,130,55); }
div.DivClassName
{
background-color: #518237;
}
.BgClassName
{
background-color: #518237;
}
</style>
border-color css
<style>
span { border-color: #518237; }
span { border-color: rgb(81,130,55); }
td.TdClassName
{
border-color: #518237;
}
.TagClassName
{
border-color: #518237;
}
</style>