Shades of Fern Green #537C4D
Tints of Fern Green #537C4D
RGB
CMYK
RGB Variations
Color information
#537C4D (or 0x537C4D) is known color: Fern Green. HEX triplet: 53, 7C and 4D. RGB value is (83,124,77). Sum of RGB (Red+Green+Blue) = 83+124+77=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #537C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C4D is #AC83B2. Grayscale: #6A6A6A. Windows color (decimal): -11305907 or 5078099. OLE color: 5078099.
HSL color Cylindrical-coordinate representation of color #537C4D: hue angle of 112.34º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537C4D is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 77 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.51 |
| HSL | 112.34º | 0.23% | 0.39% | - |
| HSV(B) | 112.34º | 0.38% | 0.49% | - |
| XYZ | 12.11 | 16.79 | 9.62 | - |
| YUV | 106.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 77 | 0.33 | 0 | 0.38 | 0.51 | 112.34 | 0.23 | 0.39 |
| Hex | 53 | 7C | 4D | 21 | 0 | 26 | 33 | 70 | 17 | 27 |
| Octal | 123 | 174 | 115 | 41 | 0 | 46 | 63 | 160 | 27 | 47 |
| Binary | 1010011 | 1111100 | 1001101 | 100001 | 0 | 100110 | 110011 | 1110000 | 10111 | 100111 |
Color Harmonies of #537C4D
Complementary color
Monochromatic Colors of #537C4D
Black with #537C4D
Text Example
Text Example
White with #537C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C4D; }
p { color: rgb(83,124,77); }
H1.HeaderClassName
{
color: #537C4D;
}
.AnyTagClassName
{
color: #537C4D;
}
</style>
background-color css
<style>
a { background-color: #537C4D; }
a { background-color: rgb(83,124,77); }
div.DivClassName
{
background-color: #537C4D;
}
.BgClassName
{
background-color: #537C4D;
}
</style>
border-color css
<style>
span { border-color: #537C4D; }
span { border-color: rgb(83,124,77); }
td.TdClassName
{
border-color: #537C4D;
}
.TagClassName
{
border-color: #537C4D;
}
</style>