Shades of Fern Green #537F3F
Tints of Fern Green #537F3F
RGB
CMYK
RGB Variations
Color information
#537F3F (or 0x537F3F) is known color: Fern Green. HEX triplet: 53, 7F and 3F. RGB value is (83,127,63). Sum of RGB (Red+Green+Blue) = 83+127+63=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #537F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F3F is #AC80C0. Grayscale: #6A6A6A. Windows color (decimal): -11305153 or 4161363. OLE color: 4161363.
HSL color Cylindrical-coordinate representation of color #537F3F: hue angle of 101.25º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #537F3F is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 63 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.50 |
| HSL | 101.25º | 0.34% | 0.37% | - |
| HSV(B) | 101.25º | 0.5% | 0.5% | - |
| XYZ | 12.05 | 17.38 | 7.42 | - |
| YUV | 106.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 63 | 0.35 | 0 | 0.50 | 0.50 | 101.25 | 0.34 | 0.37 |
| Hex | 53 | 7F | 3F | 23 | 0 | 32 | 32 | 65 | 22 | 25 |
| Octal | 123 | 177 | 77 | 43 | 0 | 62 | 62 | 145 | 42 | 45 |
| Binary | 1010011 | 1111111 | 111111 | 100011 | 0 | 110010 | 110010 | 1100101 | 100010 | 100101 |
Color Harmonies of #537F3F
Complementary color
Monochromatic Colors of #537F3F
Black with #537F3F
Text Example
Text Example
White with #537F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F3F; }
p { color: rgb(83,127,63); }
H1.HeaderClassName
{
color: #537F3F;
}
.AnyTagClassName
{
color: #537F3F;
}
</style>
background-color css
<style>
a { background-color: #537F3F; }
a { background-color: rgb(83,127,63); }
div.DivClassName
{
background-color: #537F3F;
}
.BgClassName
{
background-color: #537F3F;
}
</style>
border-color css
<style>
span { border-color: #537F3F; }
span { border-color: rgb(83,127,63); }
td.TdClassName
{
border-color: #537F3F;
}
.TagClassName
{
border-color: #537F3F;
}
</style>