Shades of Fern Green #52754A
Tints of Fern Green #52754A
RGB
CMYK
RGB Variations
Color information
#52754A (or 0x52754A) is known color: Fern Green. HEX triplet: 52, 75 and 4A. RGB value is (82,117,74). Sum of RGB (Red+Green+Blue) = 82+117+74=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #52754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52754A is #AD8AB5. Grayscale: #656565. Windows color (decimal): -11373238 or 4879698. OLE color: 4879698.
HSL color Cylindrical-coordinate representation of color #52754A: hue angle of 108.84º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52754A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 74 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.54 |
| HSL | 108.84º | 0.23% | 0.37% | - |
| HSV(B) | 108.84º | 0.37% | 0.46% | - |
| XYZ | 11.08 | 15.01 | 8.79 | - |
| YUV | 101.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 74 | 0.30 | 0 | 0.37 | 0.54 | 108.84 | 0.23 | 0.37 |
| Hex | 52 | 75 | 4A | 1E | 0 | 25 | 36 | 6D | 17 | 25 |
| Octal | 122 | 165 | 112 | 36 | 0 | 45 | 66 | 155 | 27 | 45 |
| Binary | 1010010 | 1110101 | 1001010 | 11110 | 0 | 100101 | 110110 | 1101101 | 10111 | 100101 |
Color Harmonies of #52754A
Complementary color
Monochromatic Colors of #52754A
Black with #52754A
Text Example
Text Example
White with #52754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52754A; }
p { color: rgb(82,117,74); }
H1.HeaderClassName
{
color: #52754A;
}
.AnyTagClassName
{
color: #52754A;
}
</style>
background-color css
<style>
a { background-color: #52754A; }
a { background-color: rgb(82,117,74); }
div.DivClassName
{
background-color: #52754A;
}
.BgClassName
{
background-color: #52754A;
}
</style>
border-color css
<style>
span { border-color: #52754A; }
span { border-color: rgb(82,117,74); }
td.TdClassName
{
border-color: #52754A;
}
.TagClassName
{
border-color: #52754A;
}
</style>