Shades of Fern Green #537942
Tints of Fern Green #537942
RGB
CMYK
RGB Variations
Color information
#537942 (or 0x537942) is known color: Fern Green. HEX triplet: 53, 79 and 42. RGB value is (83,121,66). Sum of RGB (Red+Green+Blue) = 83+121+66=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #537942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537942 is #AC86BD. Grayscale: #676767. Windows color (decimal): -11306686 or 4356435. OLE color: 4356435.
HSL color Cylindrical-coordinate representation of color #537942: hue angle of 101.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537942 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 121 | 66 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.53 |
| HSL | 101.45º | 0.29% | 0.37% | - |
| HSV(B) | 101.45º | 0.45% | 0.47% | - |
| XYZ | 11.39 | 15.91 | 7.62 | - |
| YUV | 103.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 66 | 0.31 | 0 | 0.45 | 0.53 | 101.45 | 0.29 | 0.37 |
| Hex | 53 | 79 | 42 | 1F | 0 | 2D | 35 | 65 | 1D | 25 |
| Octal | 123 | 171 | 102 | 37 | 0 | 55 | 65 | 145 | 35 | 45 |
| Binary | 1010011 | 1111001 | 1000010 | 11111 | 0 | 101101 | 110101 | 1100101 | 11101 | 100101 |
Color Harmonies of #537942
Complementary color
Monochromatic Colors of #537942
Black with #537942
Text Example
Text Example
White with #537942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537942; }
p { color: rgb(83,121,66); }
H1.HeaderClassName
{
color: #537942;
}
.AnyTagClassName
{
color: #537942;
}
</style>
background-color css
<style>
a { background-color: #537942; }
a { background-color: rgb(83,121,66); }
div.DivClassName
{
background-color: #537942;
}
.BgClassName
{
background-color: #537942;
}
</style>
border-color css
<style>
span { border-color: #537942; }
span { border-color: rgb(83,121,66); }
td.TdClassName
{
border-color: #537942;
}
.TagClassName
{
border-color: #537942;
}
</style>