Shades of Fern Green #537A49
Tints of Fern Green #537A49
RGB
CMYK
RGB Variations
Color information
#537A49 (or 0x537A49) is known color: Fern Green. HEX triplet: 53, 7A and 49. RGB value is (83,122,73). Sum of RGB (Red+Green+Blue) = 83+122+73=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #537A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A49 is #AC85B6. Grayscale: #686868. Windows color (decimal): -11306423 or 4815443. OLE color: 4815443.
HSL color Cylindrical-coordinate representation of color #537A49: hue angle of 107.76º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537A49 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 73 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.52 |
| HSL | 107.76º | 0.25% | 0.38% | - |
| HSV(B) | 107.76º | 0.4% | 0.48% | - |
| XYZ | 11.73 | 16.24 | 8.82 | - |
| YUV | 104.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 73 | 0.32 | 0 | 0.40 | 0.52 | 107.76 | 0.25 | 0.38 |
| Hex | 53 | 7A | 49 | 20 | 0 | 28 | 34 | 6C | 19 | 26 |
| Octal | 123 | 172 | 111 | 40 | 0 | 50 | 64 | 154 | 31 | 46 |
| Binary | 1010011 | 1111010 | 1001001 | 100000 | 0 | 101000 | 110100 | 1101100 | 11001 | 100110 |
Color Harmonies of #537A49
Complementary color
Monochromatic Colors of #537A49
Black with #537A49
Text Example
Text Example
White with #537A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A49; }
p { color: rgb(83,122,73); }
H1.HeaderClassName
{
color: #537A49;
}
.AnyTagClassName
{
color: #537A49;
}
</style>
background-color css
<style>
a { background-color: #537A49; }
a { background-color: rgb(83,122,73); }
div.DivClassName
{
background-color: #537A49;
}
.BgClassName
{
background-color: #537A49;
}
</style>
border-color css
<style>
span { border-color: #537A49; }
span { border-color: rgb(83,122,73); }
td.TdClassName
{
border-color: #537A49;
}
.TagClassName
{
border-color: #537A49;
}
</style>