Shades of Fern Green #537246
Tints of Fern Green #537246
RGB
CMYK
RGB Variations
Color information
#537246 (or 0x537246) is known color: Fern Green. HEX triplet: 53, 72 and 46. RGB value is (83,114,70). Sum of RGB (Red+Green+Blue) = 83+114+70=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #537246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537246 is #AC8DB9. Grayscale: #636363. Windows color (decimal): -11308474 or 4616787. OLE color: 4616787.
HSL color Cylindrical-coordinate representation of color #537246: hue angle of 102.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537246 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 70 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.55 |
| HSL | 102.27º | 0.24% | 0.36% | - |
| HSV(B) | 102.27º | 0.39% | 0.45% | - |
| XYZ | 10.69 | 14.32 | 7.99 | - |
| YUV | 99.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 70 | 0.27 | 0 | 0.39 | 0.55 | 102.27 | 0.24 | 0.36 |
| Hex | 53 | 72 | 46 | 1B | 0 | 27 | 37 | 66 | 18 | 24 |
| Octal | 123 | 162 | 106 | 33 | 0 | 47 | 67 | 146 | 30 | 44 |
| Binary | 1010011 | 1110010 | 1000110 | 11011 | 0 | 100111 | 110111 | 1100110 | 11000 | 100100 |
Color Harmonies of #537246
Complementary color
Monochromatic Colors of #537246
Black with #537246
Text Example
Text Example
White with #537246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537246; }
p { color: rgb(83,114,70); }
H1.HeaderClassName
{
color: #537246;
}
.AnyTagClassName
{
color: #537246;
}
</style>
background-color css
<style>
a { background-color: #537246; }
a { background-color: rgb(83,114,70); }
div.DivClassName
{
background-color: #537246;
}
.BgClassName
{
background-color: #537246;
}
</style>
border-color css
<style>
span { border-color: #537246; }
span { border-color: rgb(83,114,70); }
td.TdClassName
{
border-color: #537246;
}
.TagClassName
{
border-color: #537246;
}
</style>