Shades of Fern Green #537D45
Tints of Fern Green #537D45
RGB
CMYK
RGB Variations
Color information
#537D45 (or 0x537D45) is known color: Fern Green. HEX triplet: 53, 7D and 45. RGB value is (83,125,69). Sum of RGB (Red+Green+Blue) = 83+125+69=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #537D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D45 is #AC82BA. Grayscale: #6A6A6A. Windows color (decimal): -11305659 or 4554067. OLE color: 4554067.
HSL color Cylindrical-coordinate representation of color #537D45: hue angle of 105º 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 #537D45 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 125 | 69 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.51 |
| HSL | 105º | 0.29% | 0.38% | - |
| HSV(B) | 105º | 0.45% | 0.49% | - |
| XYZ | 11.98 | 16.94 | 8.27 | - |
| YUV | 106.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 69 | 0.34 | 0 | 0.45 | 0.51 | 105 | 0.29 | 0.38 |
| Hex | 53 | 7D | 45 | 22 | 0 | 2D | 33 | 69 | 1D | 26 |
| Octal | 123 | 175 | 105 | 42 | 0 | 55 | 63 | 151 | 35 | 46 |
| Binary | 1010011 | 1111101 | 1000101 | 100010 | 0 | 101101 | 110011 | 1101001 | 11101 | 100110 |
Color Harmonies of #537D45
Complementary color
Monochromatic Colors of #537D45
Black with #537D45
Text Example
Text Example
White with #537D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537D45; }
p { color: rgb(83,125,69); }
H1.HeaderClassName
{
color: #537D45;
}
.AnyTagClassName
{
color: #537D45;
}
</style>
background-color css
<style>
a { background-color: #537D45; }
a { background-color: rgb(83,125,69); }
div.DivClassName
{
background-color: #537D45;
}
.BgClassName
{
background-color: #537D45;
}
</style>
border-color css
<style>
span { border-color: #537D45; }
span { border-color: rgb(83,125,69); }
td.TdClassName
{
border-color: #537D45;
}
.TagClassName
{
border-color: #537D45;
}
</style>