Shades of Fern Green #52773F
Tints of Fern Green #52773F
RGB
CMYK
RGB Variations
Color information
#52773F (or 0x52773F) is known color: Fern Green. HEX triplet: 52, 77 and 3F. RGB value is (82,119,63). Sum of RGB (Red+Green+Blue) = 82+119+63=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #52773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773F is #AD88C0. Grayscale: #656565. Windows color (decimal): -11372737 or 4159314. OLE color: 4159314.
HSL color Cylindrical-coordinate representation of color #52773F: hue angle of 99.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52773F is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 63 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.53 |
| HSL | 99.64º | 0.31% | 0.36% | - |
| HSV(B) | 99.64º | 0.47% | 0.47% | - |
| XYZ | 10.97 | 15.35 | 7.09 | - |
| YUV | 101.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 63 | 0.31 | 0 | 0.47 | 0.53 | 99.64 | 0.31 | 0.36 |
| Hex | 52 | 77 | 3F | 1F | 0 | 2F | 35 | 64 | 1F | 24 |
| Octal | 122 | 167 | 77 | 37 | 0 | 57 | 65 | 144 | 37 | 44 |
| Binary | 1010010 | 1110111 | 111111 | 11111 | 0 | 101111 | 110101 | 1100100 | 11111 | 100100 |
Color Harmonies of #52773F
Complementary color
Monochromatic Colors of #52773F
Black with #52773F
Text Example
Text Example
White with #52773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52773F; }
p { color: rgb(82,119,63); }
H1.HeaderClassName
{
color: #52773F;
}
.AnyTagClassName
{
color: #52773F;
}
</style>
background-color css
<style>
a { background-color: #52773F; }
a { background-color: rgb(82,119,63); }
div.DivClassName
{
background-color: #52773F;
}
.BgClassName
{
background-color: #52773F;
}
</style>
border-color css
<style>
span { border-color: #52773F; }
span { border-color: rgb(82,119,63); }
td.TdClassName
{
border-color: #52773F;
}
.TagClassName
{
border-color: #52773F;
}
</style>