Shades of Fern Green #537B4D
Tints of Fern Green #537B4D
RGB
CMYK
RGB Variations
Color information
#537B4D (or 0x537B4D) is known color: Fern Green. HEX triplet: 53, 7B and 4D. RGB value is (83,123,77). Sum of RGB (Red+Green+Blue) = 83+123+77=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #537B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B4D is #AC84B2. Grayscale: #696969. Windows color (decimal): -11306163 or 5077843. OLE color: 5077843.
HSL color Cylindrical-coordinate representation of color #537B4D: hue angle of 112.17º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537B4D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 77 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.52 |
| HSL | 112.17º | 0.23% | 0.39% | - |
| HSV(B) | 112.17º | 0.37% | 0.48% | - |
| XYZ | 11.99 | 16.54 | 9.58 | - |
| YUV | 105.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 77 | 0.33 | 0 | 0.37 | 0.52 | 112.17 | 0.23 | 0.39 |
| Hex | 53 | 7B | 4D | 21 | 0 | 25 | 34 | 70 | 17 | 27 |
| Octal | 123 | 173 | 115 | 41 | 0 | 45 | 64 | 160 | 27 | 47 |
| Binary | 1010011 | 1111011 | 1001101 | 100001 | 0 | 100101 | 110100 | 1110000 | 10111 | 100111 |
Color Harmonies of #537B4D
Complementary color
Monochromatic Colors of #537B4D
Black with #537B4D
Text Example
Text Example
White with #537B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B4D; }
p { color: rgb(83,123,77); }
H1.HeaderClassName
{
color: #537B4D;
}
.AnyTagClassName
{
color: #537B4D;
}
</style>
background-color css
<style>
a { background-color: #537B4D; }
a { background-color: rgb(83,123,77); }
div.DivClassName
{
background-color: #537B4D;
}
.BgClassName
{
background-color: #537B4D;
}
</style>
border-color css
<style>
span { border-color: #537B4D; }
span { border-color: rgb(83,123,77); }
td.TdClassName
{
border-color: #537B4D;
}
.TagClassName
{
border-color: #537B4D;
}
</style>