Shades of Fern Green #53803B
Tints of Fern Green #53803B
RGB
CMYK
RGB Variations
Color information
#53803B (or 0x53803B) is known color: Fern Green. HEX triplet: 53, 80 and 3B. RGB value is (83,128,59). Sum of RGB (Red+Green+Blue) = 83+128+59=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #53803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53803B is #AC7FC4. Grayscale: #6A6A6A. Windows color (decimal): -11304901 or 3899475. OLE color: 3899475.
HSL color Cylindrical-coordinate representation of color #53803B: hue angle of 99.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53803B is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 59 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.50 |
| HSL | 99.13º | 0.37% | 0.37% | - |
| HSV(B) | 99.13º | 0.54% | 0.5% | - |
| XYZ | 12.08 | 17.59 | 6.9 | - |
| YUV | 106.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 59 | 0.35 | 0 | 0.54 | 0.50 | 99.13 | 0.37 | 0.37 |
| Hex | 53 | 80 | 3B | 23 | 0 | 36 | 32 | 63 | 25 | 25 |
| Octal | 123 | 200 | 73 | 43 | 0 | 66 | 62 | 143 | 45 | 45 |
| Binary | 1010011 | 10000000 | 111011 | 100011 | 0 | 110110 | 110010 | 1100011 | 100101 | 100101 |
Color Harmonies of #53803B
Complementary color
Monochromatic Colors of #53803B
Black with #53803B
Text Example
Text Example
White with #53803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53803B; }
p { color: rgb(83,128,59); }
H1.HeaderClassName
{
color: #53803B;
}
.AnyTagClassName
{
color: #53803B;
}
</style>
background-color css
<style>
a { background-color: #53803B; }
a { background-color: rgb(83,128,59); }
div.DivClassName
{
background-color: #53803B;
}
.BgClassName
{
background-color: #53803B;
}
</style>
border-color css
<style>
span { border-color: #53803B; }
span { border-color: rgb(83,128,59); }
td.TdClassName
{
border-color: #53803B;
}
.TagClassName
{
border-color: #53803B;
}
</style>