Shades of Fern Green #537A44
Tints of Fern Green #537A44
RGB
CMYK
RGB Variations
Color information
#537A44 (or 0x537A44) is known color: Fern Green. HEX triplet: 53, 7A and 44. RGB value is (83,122,68). Sum of RGB (Red+Green+Blue) = 83+122+68=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #537A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A44 is #AC85BB. Grayscale: #686868. Windows color (decimal): -11306428 or 4487763. OLE color: 4487763.
HSL color Cylindrical-coordinate representation of color #537A44: hue angle of 103.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537A44 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 68 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.52 |
| HSL | 103.33º | 0.28% | 0.37% | - |
| HSV(B) | 103.33º | 0.44% | 0.48% | - |
| XYZ | 11.57 | 16.18 | 7.98 | - |
| YUV | 104.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 68 | 0.32 | 0 | 0.44 | 0.52 | 103.33 | 0.28 | 0.37 |
| Hex | 53 | 7A | 44 | 20 | 0 | 2C | 34 | 67 | 1C | 25 |
| Octal | 123 | 172 | 104 | 40 | 0 | 54 | 64 | 147 | 34 | 45 |
| Binary | 1010011 | 1111010 | 1000100 | 100000 | 0 | 101100 | 110100 | 1100111 | 11100 | 100101 |
Color Harmonies of #537A44
Complementary color
Monochromatic Colors of #537A44
Black with #537A44
Text Example
Text Example
White with #537A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A44; }
p { color: rgb(83,122,68); }
H1.HeaderClassName
{
color: #537A44;
}
.AnyTagClassName
{
color: #537A44;
}
</style>
background-color css
<style>
a { background-color: #537A44; }
a { background-color: rgb(83,122,68); }
div.DivClassName
{
background-color: #537A44;
}
.BgClassName
{
background-color: #537A44;
}
</style>
border-color css
<style>
span { border-color: #537A44; }
span { border-color: rgb(83,122,68); }
td.TdClassName
{
border-color: #537A44;
}
.TagClassName
{
border-color: #537A44;
}
</style>