Shades of Fern Green #53803C
Tints of Fern Green #53803C
RGB
CMYK
RGB Variations
Color information
#53803C (or 0x53803C) is known color: Fern Green. HEX triplet: 53, 80 and 3C. RGB value is (83,128,60). Sum of RGB (Red+Green+Blue) = 83+128+60=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #53803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53803C is #AC7FC3. Grayscale: #6B6B6B. Windows color (decimal): -11304900 or 3965011. OLE color: 3965011.
HSL color Cylindrical-coordinate representation of color #53803C: hue angle of 99.71º 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 #53803C is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 60 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.50 |
| HSL | 99.71º | 0.36% | 0.37% | - |
| HSV(B) | 99.71º | 0.53% | 0.5% | - |
| XYZ | 12.1 | 17.6 | 7.03 | - |
| YUV | 106.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 60 | 0.35 | 0 | 0.53 | 0.50 | 99.71 | 0.36 | 0.37 |
| Hex | 53 | 80 | 3C | 23 | 0 | 35 | 32 | 64 | 24 | 25 |
| Octal | 123 | 200 | 74 | 43 | 0 | 65 | 62 | 144 | 44 | 45 |
| Binary | 1010011 | 10000000 | 111100 | 100011 | 0 | 110101 | 110010 | 1100100 | 100100 | 100101 |
Color Harmonies of #53803C
Complementary color
Monochromatic Colors of #53803C
Black with #53803C
Text Example
Text Example
White with #53803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53803C; }
p { color: rgb(83,128,60); }
H1.HeaderClassName
{
color: #53803C;
}
.AnyTagClassName
{
color: #53803C;
}
</style>
background-color css
<style>
a { background-color: #53803C; }
a { background-color: rgb(83,128,60); }
div.DivClassName
{
background-color: #53803C;
}
.BgClassName
{
background-color: #53803C;
}
</style>
border-color css
<style>
span { border-color: #53803C; }
span { border-color: rgb(83,128,60); }
td.TdClassName
{
border-color: #53803C;
}
.TagClassName
{
border-color: #53803C;
}
</style>