Shades of Fern Green #52774E
Tints of Fern Green #52774E
RGB
CMYK
RGB Variations
Color information
#52774E (or 0x52774E) is known color: Fern Green. HEX triplet: 52, 77 and 4E. RGB value is (82,119,78). Sum of RGB (Red+Green+Blue) = 82+119+78=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #52774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52774E is #AD88B1. Grayscale: #676767. Windows color (decimal): -11372722 or 5142354. OLE color: 5142354.
HSL color Cylindrical-coordinate representation of color #52774E: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52774E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 78 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.53 |
| HSL | 114.15º | 0.21% | 0.39% | - |
| HSV(B) | 114.15º | 0.34% | 0.47% | - |
| XYZ | 11.45 | 15.54 | 9.6 | - |
| YUV | 103.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 78 | 0.31 | 0 | 0.34 | 0.53 | 114.15 | 0.21 | 0.39 |
| Hex | 52 | 77 | 4E | 1F | 0 | 22 | 35 | 72 | 15 | 27 |
| Octal | 122 | 167 | 116 | 37 | 0 | 42 | 65 | 162 | 25 | 47 |
| Binary | 1010010 | 1110111 | 1001110 | 11111 | 0 | 100010 | 110101 | 1110010 | 10101 | 100111 |
Color Harmonies of #52774E
Complementary color
Monochromatic Colors of #52774E
Black with #52774E
Text Example
Text Example
White with #52774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52774E; }
p { color: rgb(82,119,78); }
H1.HeaderClassName
{
color: #52774E;
}
.AnyTagClassName
{
color: #52774E;
}
</style>
background-color css
<style>
a { background-color: #52774E; }
a { background-color: rgb(82,119,78); }
div.DivClassName
{
background-color: #52774E;
}
.BgClassName
{
background-color: #52774E;
}
</style>
border-color css
<style>
span { border-color: #52774E; }
span { border-color: rgb(82,119,78); }
td.TdClassName
{
border-color: #52774E;
}
.TagClassName
{
border-color: #52774E;
}
</style>