Shades of Fern Green #52803C
Tints of Fern Green #52803C
RGB
CMYK
RGB Variations
Color information
#52803C (or 0x52803C) is known color: Fern Green. HEX triplet: 52, 80 and 3C. RGB value is (82,128,60). Sum of RGB (Red+Green+Blue) = 82+128+60=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #52803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52803C is #AD7FC3. Grayscale: #6A6A6A. Windows color (decimal): -11370436 or 3965010. OLE color: 3965010.
HSL color Cylindrical-coordinate representation of color #52803C: hue angle of 100.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52803C is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 60 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.50 |
| HSL | 100.59º | 0.36% | 0.37% | - |
| HSV(B) | 100.59º | 0.53% | 0.5% | - |
| XYZ | 12.01 | 17.56 | 7.03 | - |
| YUV | 106.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 60 | 0.36 | 0 | 0.53 | 0.50 | 100.59 | 0.36 | 0.37 |
| Hex | 52 | 80 | 3C | 24 | 0 | 35 | 32 | 65 | 24 | 25 |
| Octal | 122 | 200 | 74 | 44 | 0 | 65 | 62 | 145 | 44 | 45 |
| Binary | 1010010 | 10000000 | 111100 | 100100 | 0 | 110101 | 110010 | 1100101 | 100100 | 100101 |
Color Harmonies of #52803C
Complementary color
Monochromatic Colors of #52803C
Black with #52803C
Text Example
Text Example
White with #52803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52803C; }
p { color: rgb(82,128,60); }
H1.HeaderClassName
{
color: #52803C;
}
.AnyTagClassName
{
color: #52803C;
}
</style>
background-color css
<style>
a { background-color: #52803C; }
a { background-color: rgb(82,128,60); }
div.DivClassName
{
background-color: #52803C;
}
.BgClassName
{
background-color: #52803C;
}
</style>
border-color css
<style>
span { border-color: #52803C; }
span { border-color: rgb(82,128,60); }
td.TdClassName
{
border-color: #52803C;
}
.TagClassName
{
border-color: #52803C;
}
</style>