Shades of Fern Green #52764D
Tints of Fern Green #52764D
RGB
CMYK
RGB Variations
Color information
#52764D (or 0x52764D) is known color: Fern Green. HEX triplet: 52, 76 and 4D. RGB value is (82,118,77). Sum of RGB (Red+Green+Blue) = 82+118+77=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #52764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52764D is #AD89B2. Grayscale: #666666. Windows color (decimal): -11372979 or 5076562. OLE color: 5076562.
HSL color Cylindrical-coordinate representation of color #52764D: hue angle of 112.68º 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 #52764D is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 77 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.54 |
| HSL | 112.68º | 0.21% | 0.38% | - |
| HSV(B) | 112.68º | 0.35% | 0.46% | - |
| XYZ | 11.3 | 15.29 | 9.38 | - |
| YUV | 102.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 77 | 0.31 | 0 | 0.35 | 0.54 | 112.68 | 0.21 | 0.38 |
| Hex | 52 | 76 | 4D | 1F | 0 | 23 | 36 | 71 | 15 | 26 |
| Octal | 122 | 166 | 115 | 37 | 0 | 43 | 66 | 161 | 25 | 46 |
| Binary | 1010010 | 1110110 | 1001101 | 11111 | 0 | 100011 | 110110 | 1110001 | 10101 | 100110 |
Color Harmonies of #52764D
Complementary color
Monochromatic Colors of #52764D
Black with #52764D
Text Example
Text Example
White with #52764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52764D; }
p { color: rgb(82,118,77); }
H1.HeaderClassName
{
color: #52764D;
}
.AnyTagClassName
{
color: #52764D;
}
</style>
background-color css
<style>
a { background-color: #52764D; }
a { background-color: rgb(82,118,77); }
div.DivClassName
{
background-color: #52764D;
}
.BgClassName
{
background-color: #52764D;
}
</style>
border-color css
<style>
span { border-color: #52764D; }
span { border-color: rgb(82,118,77); }
td.TdClassName
{
border-color: #52764D;
}
.TagClassName
{
border-color: #52764D;
}
</style>