Shades of Fern Green #52793F
Tints of Fern Green #52793F
RGB
CMYK
RGB Variations
Color information
#52793F (or 0x52793F) is known color: Fern Green. HEX triplet: 52, 79 and 3F. RGB value is (82,121,63). Sum of RGB (Red+Green+Blue) = 82+121+63=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #52793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52793F is #AD86C0. Grayscale: #666666. Windows color (decimal): -11372225 or 4159826. OLE color: 4159826.
HSL color Cylindrical-coordinate representation of color #52793F: hue angle of 100.34º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52793F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 63 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.53 |
| HSL | 100.34º | 0.32% | 0.36% | - |
| HSV(B) | 100.34º | 0.48% | 0.47% | - |
| XYZ | 11.21 | 15.83 | 7.17 | - |
| YUV | 102.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 63 | 0.32 | 0 | 0.48 | 0.53 | 100.34 | 0.32 | 0.36 |
| Hex | 52 | 79 | 3F | 20 | 0 | 30 | 35 | 64 | 20 | 24 |
| Octal | 122 | 171 | 77 | 40 | 0 | 60 | 65 | 144 | 40 | 44 |
| Binary | 1010010 | 1111001 | 111111 | 100000 | 0 | 110000 | 110101 | 1100100 | 100000 | 100100 |
Color Harmonies of #52793F
Complementary color
Monochromatic Colors of #52793F
Black with #52793F
Text Example
Text Example
White with #52793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52793F; }
p { color: rgb(82,121,63); }
H1.HeaderClassName
{
color: #52793F;
}
.AnyTagClassName
{
color: #52793F;
}
</style>
background-color css
<style>
a { background-color: #52793F; }
a { background-color: rgb(82,121,63); }
div.DivClassName
{
background-color: #52793F;
}
.BgClassName
{
background-color: #52793F;
}
</style>
border-color css
<style>
span { border-color: #52793F; }
span { border-color: rgb(82,121,63); }
td.TdClassName
{
border-color: #52793F;
}
.TagClassName
{
border-color: #52793F;
}
</style>