Shades of Fern Green #537C50
Tints of Fern Green #537C50
RGB
CMYK
RGB Variations
Color information
#537C50 (or 0x537C50) is known color: Fern Green. HEX triplet: 53, 7C and 50. RGB value is (83,124,80). Sum of RGB (Red+Green+Blue) = 83+124+80=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #537C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C50 is #AC83AF. Grayscale: #6A6A6A. Windows color (decimal): -11305904 or 5274707. OLE color: 5274707.
HSL color Cylindrical-coordinate representation of color #537C50: hue angle of 115.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537C50 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 80 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.51 |
| HSL | 115.91º | 0.22% | 0.4% | - |
| HSV(B) | 115.91º | 0.35% | 0.49% | - |
| XYZ | 12.22 | 16.83 | 10.19 | - |
| YUV | 106.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 80 | 0.33 | 0 | 0.35 | 0.51 | 115.91 | 0.22 | 0.4 |
| Hex | 53 | 7C | 50 | 21 | 0 | 23 | 33 | 74 | 16 | 28 |
| Octal | 123 | 174 | 120 | 41 | 0 | 43 | 63 | 164 | 26 | 50 |
| Binary | 1010011 | 1111100 | 1010000 | 100001 | 0 | 100011 | 110011 | 1110100 | 10110 | 101000 |
Color Harmonies of #537C50
Complementary color
Monochromatic Colors of #537C50
Black with #537C50
Text Example
Text Example
White with #537C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C50; }
p { color: rgb(83,124,80); }
H1.HeaderClassName
{
color: #537C50;
}
.AnyTagClassName
{
color: #537C50;
}
</style>
background-color css
<style>
a { background-color: #537C50; }
a { background-color: rgb(83,124,80); }
div.DivClassName
{
background-color: #537C50;
}
.BgClassName
{
background-color: #537C50;
}
</style>
border-color css
<style>
span { border-color: #537C50; }
span { border-color: rgb(83,124,80); }
td.TdClassName
{
border-color: #537C50;
}
.TagClassName
{
border-color: #537C50;
}
</style>