Shades of Fern Green #52813B
Tints of Fern Green #52813B
RGB
CMYK
RGB Variations
Color information
#52813B (or 0x52813B) is known color: Fern Green. HEX triplet: 52, 81 and 3B. RGB value is (82,129,59). Sum of RGB (Red+Green+Blue) = 82+129+59=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #52813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52813B is #AD7EC4. Grayscale: #6B6B6B. Windows color (decimal): -11370181 or 3899730. OLE color: 3899730.
HSL color Cylindrical-coordinate representation of color #52813B: hue angle of 100.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52813B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 129 | 59 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.49 |
| HSL | 100.29º | 0.37% | 0.37% | - |
| HSV(B) | 100.29º | 0.54% | 0.51% | - |
| XYZ | 12.12 | 17.81 | 6.94 | - |
| YUV | 106.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 59 | 0.36 | 0 | 0.54 | 0.49 | 100.29 | 0.37 | 0.37 |
| Hex | 52 | 81 | 3B | 24 | 0 | 36 | 31 | 64 | 25 | 25 |
| Octal | 122 | 201 | 73 | 44 | 0 | 66 | 61 | 144 | 45 | 45 |
| Binary | 1010010 | 10000001 | 111011 | 100100 | 0 | 110110 | 110001 | 1100100 | 100101 | 100101 |
Color Harmonies of #52813B
Complementary color
Monochromatic Colors of #52813B
Black with #52813B
Text Example
Text Example
White with #52813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52813B; }
p { color: rgb(82,129,59); }
H1.HeaderClassName
{
color: #52813B;
}
.AnyTagClassName
{
color: #52813B;
}
</style>
background-color css
<style>
a { background-color: #52813B; }
a { background-color: rgb(82,129,59); }
div.DivClassName
{
background-color: #52813B;
}
.BgClassName
{
background-color: #52813B;
}
</style>
border-color css
<style>
span { border-color: #52813B; }
span { border-color: rgb(82,129,59); }
td.TdClassName
{
border-color: #52813B;
}
.TagClassName
{
border-color: #52813B;
}
</style>