Shades of Fern Green #52764E
Tints of Fern Green #52764E
RGB
CMYK
RGB Variations
Color information
#52764E (or 0x52764E) is known color: Fern Green. HEX triplet: 52, 76 and 4E. RGB value is (82,118,78). Sum of RGB (Red+Green+Blue) = 82+118+78=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #52764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52764E is #AD89B1. Grayscale: #666666. Windows color (decimal): -11372978 or 5142098. OLE color: 5142098.
HSL color Cylindrical-coordinate representation of color #52764E: hue angle of 114º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52764E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 78 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.54 |
| HSL | 114º | 0.2% | 0.38% | - |
| HSV(B) | 114º | 0.34% | 0.46% | - |
| XYZ | 11.33 | 15.3 | 9.56 | - |
| YUV | 102.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 78 | 0.31 | 0 | 0.34 | 0.54 | 114 | 0.2 | 0.38 |
| Hex | 52 | 76 | 4E | 1F | 0 | 22 | 36 | 72 | 14 | 26 |
| Octal | 122 | 166 | 116 | 37 | 0 | 42 | 66 | 162 | 24 | 46 |
| Binary | 1010010 | 1110110 | 1001110 | 11111 | 0 | 100010 | 110110 | 1110010 | 10100 | 100110 |
Color Harmonies of #52764E
Complementary color
Monochromatic Colors of #52764E
Black with #52764E
Text Example
Text Example
White with #52764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52764E; }
p { color: rgb(82,118,78); }
H1.HeaderClassName
{
color: #52764E;
}
.AnyTagClassName
{
color: #52764E;
}
</style>
background-color css
<style>
a { background-color: #52764E; }
a { background-color: rgb(82,118,78); }
div.DivClassName
{
background-color: #52764E;
}
.BgClassName
{
background-color: #52764E;
}
</style>
border-color css
<style>
span { border-color: #52764E; }
span { border-color: rgb(82,118,78); }
td.TdClassName
{
border-color: #52764E;
}
.TagClassName
{
border-color: #52764E;
}
</style>