Shades of Fern Green #53804C
Tints of Fern Green #53804C
RGB
CMYK
RGB Variations
Color information
#53804C (or 0x53804C) is known color: Fern Green. HEX triplet: 53, 80 and 4C. RGB value is (83,128,76). Sum of RGB (Red+Green+Blue) = 83+128+76=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #53804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53804C is #AC7FB3. Grayscale: #6C6C6C. Windows color (decimal): -11304884 or 5013587. OLE color: 5013587.
HSL color Cylindrical-coordinate representation of color #53804C: hue angle of 111.92º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53804C is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 76 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.50 |
| HSL | 111.92º | 0.25% | 0.4% | - |
| HSV(B) | 111.92º | 0.41% | 0.5% | - |
| XYZ | 12.59 | 17.8 | 9.61 | - |
| YUV | 108.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 76 | 0.35 | 0 | 0.41 | 0.50 | 111.92 | 0.25 | 0.4 |
| Hex | 53 | 80 | 4C | 23 | 0 | 29 | 32 | 70 | 19 | 28 |
| Octal | 123 | 200 | 114 | 43 | 0 | 51 | 62 | 160 | 31 | 50 |
| Binary | 1010011 | 10000000 | 1001100 | 100011 | 0 | 101001 | 110010 | 1110000 | 11001 | 101000 |
Color Harmonies of #53804C
Complementary color
Monochromatic Colors of #53804C
Black with #53804C
Text Example
Text Example
White with #53804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53804C; }
p { color: rgb(83,128,76); }
H1.HeaderClassName
{
color: #53804C;
}
.AnyTagClassName
{
color: #53804C;
}
</style>
background-color css
<style>
a { background-color: #53804C; }
a { background-color: rgb(83,128,76); }
div.DivClassName
{
background-color: #53804C;
}
.BgClassName
{
background-color: #53804C;
}
</style>
border-color css
<style>
span { border-color: #53804C; }
span { border-color: rgb(83,128,76); }
td.TdClassName
{
border-color: #53804C;
}
.TagClassName
{
border-color: #53804C;
}
</style>