Shades of Fern Green #516F41
Tints of Fern Green #516F41
RGB
CMYK
RGB Variations
Color information
#516F41 (or 0x516F41) is known color: Fern Green. HEX triplet: 51, 6F and 41. RGB value is (81,111,65). Sum of RGB (Red+Green+Blue) = 81+111+65=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #516F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F41 is #AE90BE. Grayscale: #606060. Windows color (decimal): -11440319 or 4288337. OLE color: 4288337.
HSL color Cylindrical-coordinate representation of color #516F41: hue angle of 99.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516F41 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 65 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.56 |
| HSL | 99.13º | 0.26% | 0.35% | - |
| HSV(B) | 99.13º | 0.41% | 0.44% | - |
| XYZ | 10.03 | 13.5 | 7.08 | - |
| YUV | 96.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 65 | 0.27 | 0 | 0.41 | 0.56 | 99.13 | 0.26 | 0.35 |
| Hex | 51 | 6F | 41 | 1B | 0 | 29 | 38 | 63 | 1A | 23 |
| Octal | 121 | 157 | 101 | 33 | 0 | 51 | 70 | 143 | 32 | 43 |
| Binary | 1010001 | 1101111 | 1000001 | 11011 | 0 | 101001 | 111000 | 1100011 | 11010 | 100011 |
Color Harmonies of #516F41
Complementary color
Monochromatic Colors of #516F41
Black with #516F41
Text Example
Text Example
White with #516F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F41; }
p { color: rgb(81,111,65); }
H1.HeaderClassName
{
color: #516F41;
}
.AnyTagClassName
{
color: #516F41;
}
</style>
background-color css
<style>
a { background-color: #516F41; }
a { background-color: rgb(81,111,65); }
div.DivClassName
{
background-color: #516F41;
}
.BgClassName
{
background-color: #516F41;
}
</style>
border-color css
<style>
span { border-color: #516F41; }
span { border-color: rgb(81,111,65); }
td.TdClassName
{
border-color: #516F41;
}
.TagClassName
{
border-color: #516F41;
}
</style>