Shades of Fern Green #52744D
Tints of Fern Green #52744D
RGB
CMYK
RGB Variations
Color information
#52744D (or 0x52744D) is known color: Fern Green. HEX triplet: 52, 74 and 4D. RGB value is (82,116,77). Sum of RGB (Red+Green+Blue) = 82+116+77=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #52744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52744D is #AD8BB2. Grayscale: #656565. Windows color (decimal): -11373491 or 5076050. OLE color: 5076050.
HSL color Cylindrical-coordinate representation of color #52744D: hue angle of 112.31º 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 #52744D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 77 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.55 |
| HSL | 112.31º | 0.2% | 0.38% | - |
| HSV(B) | 112.31º | 0.34% | 0.45% | - |
| XYZ | 11.06 | 14.82 | 9.3 | - |
| YUV | 101.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 77 | 0.29 | 0 | 0.34 | 0.55 | 112.31 | 0.2 | 0.38 |
| Hex | 52 | 74 | 4D | 1D | 0 | 22 | 37 | 70 | 14 | 26 |
| Octal | 122 | 164 | 115 | 35 | 0 | 42 | 67 | 160 | 24 | 46 |
| Binary | 1010010 | 1110100 | 1001101 | 11101 | 0 | 100010 | 110111 | 1110000 | 10100 | 100110 |
Color Harmonies of #52744D
Complementary color
Monochromatic Colors of #52744D
Black with #52744D
Text Example
Text Example
White with #52744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52744D; }
p { color: rgb(82,116,77); }
H1.HeaderClassName
{
color: #52744D;
}
.AnyTagClassName
{
color: #52744D;
}
</style>
background-color css
<style>
a { background-color: #52744D; }
a { background-color: rgb(82,116,77); }
div.DivClassName
{
background-color: #52744D;
}
.BgClassName
{
background-color: #52744D;
}
</style>
border-color css
<style>
span { border-color: #52744D; }
span { border-color: rgb(82,116,77); }
td.TdClassName
{
border-color: #52744D;
}
.TagClassName
{
border-color: #52744D;
}
</style>