Shades of Fern Green #537E45
Tints of Fern Green #537E45
RGB
CMYK
RGB Variations
Color information
#537E45 (or 0x537E45) is known color: Fern Green. HEX triplet: 53, 7E and 45. RGB value is (83,126,69). Sum of RGB (Red+Green+Blue) = 83+126+69=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #537E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537E45 is #AC81BA. Grayscale: #6A6A6A. Windows color (decimal): -11305403 or 4554323. OLE color: 4554323.
HSL color Cylindrical-coordinate representation of color #537E45: hue angle of 105.26º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537E45 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 69 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.51 |
| HSL | 105.26º | 0.29% | 0.38% | - |
| HSV(B) | 105.26º | 0.45% | 0.49% | - |
| XYZ | 12.1 | 17.19 | 8.31 | - |
| YUV | 106.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 69 | 0.34 | 0 | 0.45 | 0.51 | 105.26 | 0.29 | 0.38 |
| Hex | 53 | 7E | 45 | 22 | 0 | 2D | 33 | 69 | 1D | 26 |
| Octal | 123 | 176 | 105 | 42 | 0 | 55 | 63 | 151 | 35 | 46 |
| Binary | 1010011 | 1111110 | 1000101 | 100010 | 0 | 101101 | 110011 | 1101001 | 11101 | 100110 |
Color Harmonies of #537E45
Complementary color
Monochromatic Colors of #537E45
Black with #537E45
Text Example
Text Example
White with #537E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E45; }
p { color: rgb(83,126,69); }
H1.HeaderClassName
{
color: #537E45;
}
.AnyTagClassName
{
color: #537E45;
}
</style>
background-color css
<style>
a { background-color: #537E45; }
a { background-color: rgb(83,126,69); }
div.DivClassName
{
background-color: #537E45;
}
.BgClassName
{
background-color: #537E45;
}
</style>
border-color css
<style>
span { border-color: #537E45; }
span { border-color: rgb(83,126,69); }
td.TdClassName
{
border-color: #537E45;
}
.TagClassName
{
border-color: #537E45;
}
</style>