Shades of Fern Green #53804A
Tints of Fern Green #53804A
RGB
CMYK
RGB Variations
Color information
#53804A (or 0x53804A) is known color: Fern Green. HEX triplet: 53, 80 and 4A. RGB value is (83,128,74). Sum of RGB (Red+Green+Blue) = 83+128+74=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #53804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53804A is #AC7FB5. Grayscale: #6C6C6C. Windows color (decimal): -11304886 or 4882515. OLE color: 4882515.
HSL color Cylindrical-coordinate representation of color #53804A: hue angle of 110º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53804A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 74 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.50 |
| HSL | 110º | 0.27% | 0.4% | - |
| HSV(B) | 110º | 0.42% | 0.5% | - |
| XYZ | 12.52 | 17.77 | 9.25 | - |
| YUV | 108.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 74 | 0.35 | 0 | 0.42 | 0.50 | 110 | 0.27 | 0.4 |
| Hex | 53 | 80 | 4A | 23 | 0 | 2A | 32 | 6E | 1B | 28 |
| Octal | 123 | 200 | 112 | 43 | 0 | 52 | 62 | 156 | 33 | 50 |
| Binary | 1010011 | 10000000 | 1001010 | 100011 | 0 | 101010 | 110010 | 1101110 | 11011 | 101000 |
Color Harmonies of #53804A
Complementary color
Monochromatic Colors of #53804A
Black with #53804A
Text Example
Text Example
White with #53804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53804A; }
p { color: rgb(83,128,74); }
H1.HeaderClassName
{
color: #53804A;
}
.AnyTagClassName
{
color: #53804A;
}
</style>
background-color css
<style>
a { background-color: #53804A; }
a { background-color: rgb(83,128,74); }
div.DivClassName
{
background-color: #53804A;
}
.BgClassName
{
background-color: #53804A;
}
</style>
border-color css
<style>
span { border-color: #53804A; }
span { border-color: rgb(83,128,74); }
td.TdClassName
{
border-color: #53804A;
}
.TagClassName
{
border-color: #53804A;
}
</style>