Shades of Fern Green #53804D
Tints of Fern Green #53804D
RGB
CMYK
RGB Variations
Color information
#53804D (or 0x53804D) is known color: Fern Green. HEX triplet: 53, 80 and 4D. RGB value is (83,128,77). Sum of RGB (Red+Green+Blue) = 83+128+77=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #53804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53804D is #AC7FB2. Grayscale: #6C6C6C. Windows color (decimal): -11304883 or 5079123. OLE color: 5079123.
HSL color Cylindrical-coordinate representation of color #53804D: hue angle of 112.94º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53804D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 77 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.50 |
| HSL | 112.94º | 0.25% | 0.4% | - |
| HSV(B) | 112.94º | 0.4% | 0.5% | - |
| XYZ | 12.63 | 17.81 | 9.79 | - |
| YUV | 108.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 77 | 0.35 | 0 | 0.40 | 0.50 | 112.94 | 0.25 | 0.4 |
| Hex | 53 | 80 | 4D | 23 | 0 | 28 | 32 | 71 | 19 | 28 |
| Octal | 123 | 200 | 115 | 43 | 0 | 50 | 62 | 161 | 31 | 50 |
| Binary | 1010011 | 10000000 | 1001101 | 100011 | 0 | 101000 | 110010 | 1110001 | 11001 | 101000 |
Color Harmonies of #53804D
Complementary color
Monochromatic Colors of #53804D
Black with #53804D
Text Example
Text Example
White with #53804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53804D; }
p { color: rgb(83,128,77); }
H1.HeaderClassName
{
color: #53804D;
}
.AnyTagClassName
{
color: #53804D;
}
</style>
background-color css
<style>
a { background-color: #53804D; }
a { background-color: rgb(83,128,77); }
div.DivClassName
{
background-color: #53804D;
}
.BgClassName
{
background-color: #53804D;
}
</style>
border-color css
<style>
span { border-color: #53804D; }
span { border-color: rgb(83,128,77); }
td.TdClassName
{
border-color: #53804D;
}
.TagClassName
{
border-color: #53804D;
}
</style>