Shades of Fern Green #51744D
Tints of Fern Green #51744D
RGB
CMYK
RGB Variations
Color information
#51744D (or 0x51744D) is known color: Fern Green. HEX triplet: 51, 74 and 4D. RGB value is (81,116,77). Sum of RGB (Red+Green+Blue) = 81+116+77=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #51744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51744D is #AE8BB2. Grayscale: #656565. Windows color (decimal): -11439027 or 5076049. OLE color: 5076049.
HSL color Cylindrical-coordinate representation of color #51744D: hue angle of 113.85º degrees, saturation: 0.2, 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 #51744D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 77 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.55 |
| HSL | 113.85º | 0.2% | 0.38% | - |
| HSV(B) | 113.85º | 0.34% | 0.45% | - |
| XYZ | 10.98 | 14.78 | 9.29 | - |
| YUV | 101.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 77 | 0.30 | 0 | 0.34 | 0.55 | 113.85 | 0.2 | 0.38 |
| Hex | 51 | 74 | 4D | 1E | 0 | 22 | 37 | 72 | 14 | 26 |
| Octal | 121 | 164 | 115 | 36 | 0 | 42 | 67 | 162 | 24 | 46 |
| Binary | 1010001 | 1110100 | 1001101 | 11110 | 0 | 100010 | 110111 | 1110010 | 10100 | 100110 |
Color Harmonies of #51744D
Complementary color
Monochromatic Colors of #51744D
Black with #51744D
Text Example
Text Example
White with #51744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51744D; }
p { color: rgb(81,116,77); }
H1.HeaderClassName
{
color: #51744D;
}
.AnyTagClassName
{
color: #51744D;
}
</style>
background-color css
<style>
a { background-color: #51744D; }
a { background-color: rgb(81,116,77); }
div.DivClassName
{
background-color: #51744D;
}
.BgClassName
{
background-color: #51744D;
}
</style>
border-color css
<style>
span { border-color: #51744D; }
span { border-color: rgb(81,116,77); }
td.TdClassName
{
border-color: #51744D;
}
.TagClassName
{
border-color: #51744D;
}
</style>