Shades of Fern Green #51724C
Tints of Fern Green #51724C
RGB
CMYK
RGB Variations
Color information
#51724C (or 0x51724C) is known color: Fern Green. HEX triplet: 51, 72 and 4C. RGB value is (81,114,76). Sum of RGB (Red+Green+Blue) = 81+114+76=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #51724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51724C is #AE8DB3. Grayscale: #636363. Windows color (decimal): -11439540 or 5010001. OLE color: 5010001.
HSL color Cylindrical-coordinate representation of color #51724C: hue angle of 112.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51724C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 114 | 76 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.55 |
| HSL | 112.11º | 0.2% | 0.37% | - |
| HSV(B) | 112.11º | 0.33% | 0.45% | - |
| XYZ | 10.72 | 14.31 | 9.03 | - |
| YUV | 99.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 76 | 0.29 | 0 | 0.33 | 0.55 | 112.11 | 0.2 | 0.37 |
| Hex | 51 | 72 | 4C | 1D | 0 | 21 | 37 | 70 | 14 | 25 |
| Octal | 121 | 162 | 114 | 35 | 0 | 41 | 67 | 160 | 24 | 45 |
| Binary | 1010001 | 1110010 | 1001100 | 11101 | 0 | 100001 | 110111 | 1110000 | 10100 | 100101 |
Color Harmonies of #51724C
Complementary color
Monochromatic Colors of #51724C
Black with #51724C
Text Example
Text Example
White with #51724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51724C; }
p { color: rgb(81,114,76); }
H1.HeaderClassName
{
color: #51724C;
}
.AnyTagClassName
{
color: #51724C;
}
</style>
background-color css
<style>
a { background-color: #51724C; }
a { background-color: rgb(81,114,76); }
div.DivClassName
{
background-color: #51724C;
}
.BgClassName
{
background-color: #51724C;
}
</style>
border-color css
<style>
span { border-color: #51724C; }
span { border-color: rgb(81,114,76); }
td.TdClassName
{
border-color: #51724C;
}
.TagClassName
{
border-color: #51724C;
}
</style>