Shades of Fern Green #537544
Tints of Fern Green #537544
RGB
CMYK
RGB Variations
Color information
#537544 (or 0x537544) is known color: Fern Green. HEX triplet: 53, 75 and 44. RGB value is (83,117,68). Sum of RGB (Red+Green+Blue) = 83+117+68=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #537544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537544 is #AC8ABB. Grayscale: #656565. Windows color (decimal): -11307708 or 4486483. OLE color: 4486483.
HSL color Cylindrical-coordinate representation of color #537544: hue angle of 101.63º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537544 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 68 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.54 |
| HSL | 101.63º | 0.26% | 0.36% | - |
| HSV(B) | 101.63º | 0.42% | 0.46% | - |
| XYZ | 10.97 | 14.98 | 7.78 | - |
| YUV | 101.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 68 | 0.29 | 0 | 0.42 | 0.54 | 101.63 | 0.26 | 0.36 |
| Hex | 53 | 75 | 44 | 1D | 0 | 2A | 36 | 66 | 1A | 24 |
| Octal | 123 | 165 | 104 | 35 | 0 | 52 | 66 | 146 | 32 | 44 |
| Binary | 1010011 | 1110101 | 1000100 | 11101 | 0 | 101010 | 110110 | 1100110 | 11010 | 100100 |
Color Harmonies of #537544
Complementary color
Monochromatic Colors of #537544
Black with #537544
Text Example
Text Example
White with #537544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537544; }
p { color: rgb(83,117,68); }
H1.HeaderClassName
{
color: #537544;
}
.AnyTagClassName
{
color: #537544;
}
</style>
background-color css
<style>
a { background-color: #537544; }
a { background-color: rgb(83,117,68); }
div.DivClassName
{
background-color: #537544;
}
.BgClassName
{
background-color: #537544;
}
</style>
border-color css
<style>
span { border-color: #537544; }
span { border-color: rgb(83,117,68); }
td.TdClassName
{
border-color: #537544;
}
.TagClassName
{
border-color: #537544;
}
</style>