Shades of Fern Green #537343
Tints of Fern Green #537343
RGB
CMYK
RGB Variations
Color information
#537343 (or 0x537343) is known color: Fern Green. HEX triplet: 53, 73 and 43. RGB value is (83,115,67). Sum of RGB (Red+Green+Blue) = 83+115+67=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #537343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537343 is #AC8CBC. Grayscale: #646464. Windows color (decimal): -11308221 or 4420435. OLE color: 4420435.
HSL color Cylindrical-coordinate representation of color #537343: hue angle of 100º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537343 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 67 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.55 |
| HSL | 100º | 0.26% | 0.36% | - |
| HSV(B) | 100º | 0.42% | 0.45% | - |
| XYZ | 10.71 | 14.51 | 7.55 | - |
| YUV | 99.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 67 | 0.28 | 0 | 0.42 | 0.55 | 100 | 0.26 | 0.36 |
| Hex | 53 | 73 | 43 | 1C | 0 | 2A | 37 | 64 | 1A | 24 |
| Octal | 123 | 163 | 103 | 34 | 0 | 52 | 67 | 144 | 32 | 44 |
| Binary | 1010011 | 1110011 | 1000011 | 11100 | 0 | 101010 | 110111 | 1100100 | 11010 | 100100 |
Color Harmonies of #537343
Complementary color
Monochromatic Colors of #537343
Black with #537343
Text Example
Text Example
White with #537343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537343; }
p { color: rgb(83,115,67); }
H1.HeaderClassName
{
color: #537343;
}
.AnyTagClassName
{
color: #537343;
}
</style>
background-color css
<style>
a { background-color: #537343; }
a { background-color: rgb(83,115,67); }
div.DivClassName
{
background-color: #537343;
}
.BgClassName
{
background-color: #537343;
}
</style>
border-color css
<style>
span { border-color: #537343; }
span { border-color: rgb(83,115,67); }
td.TdClassName
{
border-color: #537343;
}
.TagClassName
{
border-color: #537343;
}
</style>