Shades of Fern Green #537245
Tints of Fern Green #537245
RGB
CMYK
RGB Variations
Color information
#537245 (or 0x537245) is known color: Fern Green. HEX triplet: 53, 72 and 45. RGB value is (83,114,69). Sum of RGB (Red+Green+Blue) = 83+114+69=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #537245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537245 is #AC8DBA. Grayscale: #636363. Windows color (decimal): -11308475 or 4551251. OLE color: 4551251.
HSL color Cylindrical-coordinate representation of color #537245: hue angle of 101.33º degrees, saturation: 0.25, 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 #537245 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 69 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.55 |
| HSL | 101.33º | 0.25% | 0.36% | - |
| HSV(B) | 101.33º | 0.39% | 0.45% | - |
| XYZ | 10.66 | 14.3 | 7.83 | - |
| YUV | 99.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 69 | 0.27 | 0 | 0.39 | 0.55 | 101.33 | 0.25 | 0.36 |
| Hex | 53 | 72 | 45 | 1B | 0 | 27 | 37 | 65 | 19 | 24 |
| Octal | 123 | 162 | 105 | 33 | 0 | 47 | 67 | 145 | 31 | 44 |
| Binary | 1010011 | 1110010 | 1000101 | 11011 | 0 | 100111 | 110111 | 1100101 | 11001 | 100100 |
Color Harmonies of #537245
Complementary color
Monochromatic Colors of #537245
Black with #537245
Text Example
Text Example
White with #537245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537245; }
p { color: rgb(83,114,69); }
H1.HeaderClassName
{
color: #537245;
}
.AnyTagClassName
{
color: #537245;
}
</style>
background-color css
<style>
a { background-color: #537245; }
a { background-color: rgb(83,114,69); }
div.DivClassName
{
background-color: #537245;
}
.BgClassName
{
background-color: #537245;
}
</style>
border-color css
<style>
span { border-color: #537245; }
span { border-color: rgb(83,114,69); }
td.TdClassName
{
border-color: #537245;
}
.TagClassName
{
border-color: #537245;
}
</style>