Shades of Fern Green #51764D
Tints of Fern Green #51764D
RGB
CMYK
RGB Variations
Color information
#51764D (or 0x51764D) is known color: Fern Green. HEX triplet: 51, 76 and 4D. RGB value is (81,118,77). Sum of RGB (Red+Green+Blue) = 81+118+77=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #51764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51764D is #AE89B2. Grayscale: #666666. Windows color (decimal): -11438515 or 5076561. OLE color: 5076561.
HSL color Cylindrical-coordinate representation of color #51764D: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51764D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 118 | 77 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.54 |
| HSL | 114.15º | 0.21% | 0.38% | - |
| HSV(B) | 114.15º | 0.35% | 0.46% | - |
| XYZ | 11.21 | 15.24 | 9.37 | - |
| YUV | 102.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 77 | 0.31 | 0 | 0.35 | 0.54 | 114.15 | 0.21 | 0.38 |
| Hex | 51 | 76 | 4D | 1F | 0 | 23 | 36 | 72 | 15 | 26 |
| Octal | 121 | 166 | 115 | 37 | 0 | 43 | 66 | 162 | 25 | 46 |
| Binary | 1010001 | 1110110 | 1001101 | 11111 | 0 | 100011 | 110110 | 1110010 | 10101 | 100110 |
Color Harmonies of #51764D
Complementary color
Monochromatic Colors of #51764D
Black with #51764D
Text Example
Text Example
White with #51764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51764D; }
p { color: rgb(81,118,77); }
H1.HeaderClassName
{
color: #51764D;
}
.AnyTagClassName
{
color: #51764D;
}
</style>
background-color css
<style>
a { background-color: #51764D; }
a { background-color: rgb(81,118,77); }
div.DivClassName
{
background-color: #51764D;
}
.BgClassName
{
background-color: #51764D;
}
</style>
border-color css
<style>
span { border-color: #51764D; }
span { border-color: rgb(81,118,77); }
td.TdClassName
{
border-color: #51764D;
}
.TagClassName
{
border-color: #51764D;
}
</style>