Shades of Fern Green #51744C
Tints of Fern Green #51744C
RGB
CMYK
RGB Variations
Color information
#51744C (or 0x51744C) is known color: Fern Green. HEX triplet: 51, 74 and 4C. RGB value is (81,116,76). Sum of RGB (Red+Green+Blue) = 81+116+76=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #51744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51744C is #AE8BB3. Grayscale: #656565. Windows color (decimal): -11439028 or 5010513. OLE color: 5010513.
HSL color Cylindrical-coordinate representation of color #51744C: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51744C is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 76 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.55 |
| HSL | 112.5º | 0.21% | 0.38% | - |
| HSV(B) | 112.5º | 0.34% | 0.45% | - |
| XYZ | 10.94 | 14.76 | 9.11 | - |
| YUV | 100.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 76 | 0.30 | 0 | 0.34 | 0.55 | 112.5 | 0.21 | 0.38 |
| Hex | 51 | 74 | 4C | 1E | 0 | 22 | 37 | 70 | 15 | 26 |
| Octal | 121 | 164 | 114 | 36 | 0 | 42 | 67 | 160 | 25 | 46 |
| Binary | 1010001 | 1110100 | 1001100 | 11110 | 0 | 100010 | 110111 | 1110000 | 10101 | 100110 |
Color Harmonies of #51744C
Complementary color
Monochromatic Colors of #51744C
Black with #51744C
Text Example
Text Example
White with #51744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51744C; }
p { color: rgb(81,116,76); }
H1.HeaderClassName
{
color: #51744C;
}
.AnyTagClassName
{
color: #51744C;
}
</style>
background-color css
<style>
a { background-color: #51744C; }
a { background-color: rgb(81,116,76); }
div.DivClassName
{
background-color: #51744C;
}
.BgClassName
{
background-color: #51744C;
}
</style>
border-color css
<style>
span { border-color: #51744C; }
span { border-color: rgb(81,116,76); }
td.TdClassName
{
border-color: #51744C;
}
.TagClassName
{
border-color: #51744C;
}
</style>