Shades of Fern Green #537C3F
Tints of Fern Green #537C3F
RGB
CMYK
RGB Variations
Color information
#537C3F (or 0x537C3F) is known color: Fern Green. HEX triplet: 53, 7C and 3F. RGB value is (83,124,63). Sum of RGB (Red+Green+Blue) = 83+124+63=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #537C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C3F is #AC83C0. Grayscale: #686868. Windows color (decimal): -11305921 or 4160595. OLE color: 4160595.
HSL color Cylindrical-coordinate representation of color #537C3F: hue angle of 100.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537C3F is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 63 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.51 |
| HSL | 100.33º | 0.33% | 0.37% | - |
| HSV(B) | 100.33º | 0.49% | 0.49% | - |
| XYZ | 11.67 | 16.61 | 7.29 | - |
| YUV | 104.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 63 | 0.33 | 0 | 0.49 | 0.51 | 100.33 | 0.33 | 0.37 |
| Hex | 53 | 7C | 3F | 21 | 0 | 31 | 33 | 64 | 21 | 25 |
| Octal | 123 | 174 | 77 | 41 | 0 | 61 | 63 | 144 | 41 | 45 |
| Binary | 1010011 | 1111100 | 111111 | 100001 | 0 | 110001 | 110011 | 1100100 | 100001 | 100101 |
Color Harmonies of #537C3F
Complementary color
Monochromatic Colors of #537C3F
Black with #537C3F
Text Example
Text Example
White with #537C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C3F; }
p { color: rgb(83,124,63); }
H1.HeaderClassName
{
color: #537C3F;
}
.AnyTagClassName
{
color: #537C3F;
}
</style>
background-color css
<style>
a { background-color: #537C3F; }
a { background-color: rgb(83,124,63); }
div.DivClassName
{
background-color: #537C3F;
}
.BgClassName
{
background-color: #537C3F;
}
</style>
border-color css
<style>
span { border-color: #537C3F; }
span { border-color: rgb(83,124,63); }
td.TdClassName
{
border-color: #537C3F;
}
.TagClassName
{
border-color: #537C3F;
}
</style>