Shades of Fern Green #52764A
Tints of Fern Green #52764A
RGB
CMYK
RGB Variations
Color information
#52764A (or 0x52764A) is known color: Fern Green. HEX triplet: 52, 76 and 4A. RGB value is (82,118,74). Sum of RGB (Red+Green+Blue) = 82+118+74=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #52764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52764A is #AD89B5. Grayscale: #666666. Windows color (decimal): -11372982 or 4879954. OLE color: 4879954.
HSL color Cylindrical-coordinate representation of color #52764A: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52764A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 74 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.54 |
| HSL | 109.09º | 0.23% | 0.38% | - |
| HSV(B) | 109.09º | 0.37% | 0.46% | - |
| XYZ | 11.19 | 15.25 | 8.83 | - |
| YUV | 102.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 74 | 0.31 | 0 | 0.37 | 0.54 | 109.09 | 0.23 | 0.38 |
| Hex | 52 | 76 | 4A | 1F | 0 | 25 | 36 | 6D | 17 | 26 |
| Octal | 122 | 166 | 112 | 37 | 0 | 45 | 66 | 155 | 27 | 46 |
| Binary | 1010010 | 1110110 | 1001010 | 11111 | 0 | 100101 | 110110 | 1101101 | 10111 | 100110 |
Color Harmonies of #52764A
Complementary color
Monochromatic Colors of #52764A
Black with #52764A
Text Example
Text Example
White with #52764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52764A; }
p { color: rgb(82,118,74); }
H1.HeaderClassName
{
color: #52764A;
}
.AnyTagClassName
{
color: #52764A;
}
</style>
background-color css
<style>
a { background-color: #52764A; }
a { background-color: rgb(82,118,74); }
div.DivClassName
{
background-color: #52764A;
}
.BgClassName
{
background-color: #52764A;
}
</style>
border-color css
<style>
span { border-color: #52764A; }
span { border-color: rgb(82,118,74); }
td.TdClassName
{
border-color: #52764A;
}
.TagClassName
{
border-color: #52764A;
}
</style>