Shades of Fern Green #517243
Tints of Fern Green #517243
RGB
CMYK
RGB Variations
Color information
#517243 (or 0x517243) is known color: Fern Green. HEX triplet: 51, 72 and 43. RGB value is (81,114,67). Sum of RGB (Red+Green+Blue) = 81+114+67=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #517243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517243 is #AE8DBC. Grayscale: #626262. Windows color (decimal): -11439549 or 4420177. OLE color: 4420177.
HSL color Cylindrical-coordinate representation of color #517243: hue angle of 102.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517243 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 114 | 67 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.55 |
| HSL | 102.13º | 0.26% | 0.35% | - |
| HSV(B) | 102.13º | 0.41% | 0.45% | - |
| XYZ | 10.42 | 14.19 | 7.5 | - |
| YUV | 98.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 67 | 0.29 | 0 | 0.41 | 0.55 | 102.13 | 0.26 | 0.35 |
| Hex | 51 | 72 | 43 | 1D | 0 | 29 | 37 | 66 | 1A | 23 |
| Octal | 121 | 162 | 103 | 35 | 0 | 51 | 67 | 146 | 32 | 43 |
| Binary | 1010001 | 1110010 | 1000011 | 11101 | 0 | 101001 | 110111 | 1100110 | 11010 | 100011 |
Color Harmonies of #517243
Complementary color
Monochromatic Colors of #517243
Black with #517243
Text Example
Text Example
White with #517243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517243; }
p { color: rgb(81,114,67); }
H1.HeaderClassName
{
color: #517243;
}
.AnyTagClassName
{
color: #517243;
}
</style>
background-color css
<style>
a { background-color: #517243; }
a { background-color: rgb(81,114,67); }
div.DivClassName
{
background-color: #517243;
}
.BgClassName
{
background-color: #517243;
}
</style>
border-color css
<style>
span { border-color: #517243; }
span { border-color: rgb(81,114,67); }
td.TdClassName
{
border-color: #517243;
}
.TagClassName
{
border-color: #517243;
}
</style>