Shades of Fern Green #51754E
Tints of Fern Green #51754E
RGB
CMYK
RGB Variations
Color information
#51754E (or 0x51754E) is known color: Fern Green. HEX triplet: 51, 75 and 4E. RGB value is (81,117,78). Sum of RGB (Red+Green+Blue) = 81+117+78=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #51754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51754E is #AE8AB1. Grayscale: #656565. Windows color (decimal): -11438770 or 5141841. OLE color: 5141841.
HSL color Cylindrical-coordinate representation of color #51754E: hue angle of 115.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51754E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 117 | 78 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.54 |
| HSL | 115.38º | 0.2% | 0.38% | - |
| HSV(B) | 115.38º | 0.33% | 0.46% | - |
| XYZ | 11.13 | 15.02 | 9.52 | - |
| YUV | 101.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 78 | 0.31 | 0 | 0.33 | 0.54 | 115.38 | 0.2 | 0.38 |
| Hex | 51 | 75 | 4E | 1F | 0 | 21 | 36 | 73 | 14 | 26 |
| Octal | 121 | 165 | 116 | 37 | 0 | 41 | 66 | 163 | 24 | 46 |
| Binary | 1010001 | 1110101 | 1001110 | 11111 | 0 | 100001 | 110110 | 1110011 | 10100 | 100110 |
Color Harmonies of #51754E
Complementary color
Monochromatic Colors of #51754E
Black with #51754E
Text Example
Text Example
White with #51754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51754E; }
p { color: rgb(81,117,78); }
H1.HeaderClassName
{
color: #51754E;
}
.AnyTagClassName
{
color: #51754E;
}
</style>
background-color css
<style>
a { background-color: #51754E; }
a { background-color: rgb(81,117,78); }
div.DivClassName
{
background-color: #51754E;
}
.BgClassName
{
background-color: #51754E;
}
</style>
border-color css
<style>
span { border-color: #51754E; }
span { border-color: rgb(81,117,78); }
td.TdClassName
{
border-color: #51754E;
}
.TagClassName
{
border-color: #51754E;
}
</style>