Shades of Fern Green #517242
Tints of Fern Green #517242
RGB
CMYK
RGB Variations
Color information
#517242 (or 0x517242) is known color: Fern Green. HEX triplet: 51, 72 and 42. RGB value is (81,114,66). Sum of RGB (Red+Green+Blue) = 81+114+66=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #517242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517242 is #AE8DBD. Grayscale: #626262. Windows color (decimal): -11439550 or 4354641. OLE color: 4354641.
HSL color Cylindrical-coordinate representation of color #517242: hue angle of 101.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #517242 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 114 | 66 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.55 |
| HSL | 101.25º | 0.27% | 0.35% | - |
| HSV(B) | 101.25º | 0.42% | 0.45% | - |
| XYZ | 10.39 | 14.18 | 7.34 | - |
| YUV | 98.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 66 | 0.29 | 0 | 0.42 | 0.55 | 101.25 | 0.27 | 0.35 |
| Hex | 51 | 72 | 42 | 1D | 0 | 2A | 37 | 65 | 1B | 23 |
| Octal | 121 | 162 | 102 | 35 | 0 | 52 | 67 | 145 | 33 | 43 |
| Binary | 1010001 | 1110010 | 1000010 | 11101 | 0 | 101010 | 110111 | 1100101 | 11011 | 100011 |
Color Harmonies of #517242
Complementary color
Monochromatic Colors of #517242
Black with #517242
Text Example
Text Example
White with #517242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517242; }
p { color: rgb(81,114,66); }
H1.HeaderClassName
{
color: #517242;
}
.AnyTagClassName
{
color: #517242;
}
</style>
background-color css
<style>
a { background-color: #517242; }
a { background-color: rgb(81,114,66); }
div.DivClassName
{
background-color: #517242;
}
.BgClassName
{
background-color: #517242;
}
</style>
border-color css
<style>
span { border-color: #517242; }
span { border-color: rgb(81,114,66); }
td.TdClassName
{
border-color: #517242;
}
.TagClassName
{
border-color: #517242;
}
</style>