Shades of Fern Green #52744C
Tints of Fern Green #52744C
RGB
CMYK
RGB Variations
Color information
#52744C (or 0x52744C) is known color: Fern Green. HEX triplet: 52, 74 and 4C. RGB value is (82,116,76). Sum of RGB (Red+Green+Blue) = 82+116+76=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #52744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52744C is #AD8BB3. Grayscale: #656565. Windows color (decimal): -11373492 or 5010514. OLE color: 5010514.
HSL color Cylindrical-coordinate representation of color #52744C: hue angle of 111º degrees, saturation: 0.21, 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 #52744C is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 76 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.55 |
| HSL | 111º | 0.21% | 0.38% | - |
| HSV(B) | 111º | 0.34% | 0.45% | - |
| XYZ | 11.03 | 14.81 | 9.11 | - |
| YUV | 101.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 76 | 0.29 | 0 | 0.34 | 0.55 | 111 | 0.21 | 0.38 |
| Hex | 52 | 74 | 4C | 1D | 0 | 22 | 37 | 6F | 15 | 26 |
| Octal | 122 | 164 | 114 | 35 | 0 | 42 | 67 | 157 | 25 | 46 |
| Binary | 1010010 | 1110100 | 1001100 | 11101 | 0 | 100010 | 110111 | 1101111 | 10101 | 100110 |
Color Harmonies of #52744C
Complementary color
Monochromatic Colors of #52744C
Black with #52744C
Text Example
Text Example
White with #52744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52744C; }
p { color: rgb(82,116,76); }
H1.HeaderClassName
{
color: #52744C;
}
.AnyTagClassName
{
color: #52744C;
}
</style>
background-color css
<style>
a { background-color: #52744C; }
a { background-color: rgb(82,116,76); }
div.DivClassName
{
background-color: #52744C;
}
.BgClassName
{
background-color: #52744C;
}
</style>
border-color css
<style>
span { border-color: #52744C; }
span { border-color: rgb(82,116,76); }
td.TdClassName
{
border-color: #52744C;
}
.TagClassName
{
border-color: #52744C;
}
</style>