Shades of Fern Green #538D47
Tints of Fern Green #538D47
RGB
CMYK
RGB Variations
Color information
#538D47 (or 0x538D47) is known color: Fern Green. HEX triplet: 53, 8D and 47. RGB value is (83,141,71). Sum of RGB (Red+Green+Blue) = 83+141+71=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #538D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538D47 is #AC72B8. Grayscale: #737373. Windows color (decimal): -11301561 or 4689235. OLE color: 4689235.
HSL color Cylindrical-coordinate representation of color #538D47: hue angle of 109.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538D47 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 71 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.45 |
| HSL | 109.71º | 0.33% | 0.42% | - |
| HSV(B) | 109.71º | 0.5% | 0.55% | - |
| XYZ | 14.23 | 21.34 | 9.33 | - |
| YUV | 115.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 71 | 0.41 | 0 | 0.50 | 0.45 | 109.71 | 0.33 | 0.42 |
| Hex | 53 | 8D | 47 | 29 | 0 | 32 | 2D | 6E | 21 | 2A |
| Octal | 123 | 215 | 107 | 51 | 0 | 62 | 55 | 156 | 41 | 52 |
| Binary | 1010011 | 10001101 | 1000111 | 101001 | 0 | 110010 | 101101 | 1101110 | 100001 | 101010 |
Color Harmonies of #538D47
Complementary color
Monochromatic Colors of #538D47
Black with #538D47
Text Example
Text Example
White with #538D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D47; }
p { color: rgb(83,141,71); }
H1.HeaderClassName
{
color: #538D47;
}
.AnyTagClassName
{
color: #538D47;
}
</style>
background-color css
<style>
a { background-color: #538D47; }
a { background-color: rgb(83,141,71); }
div.DivClassName
{
background-color: #538D47;
}
.BgClassName
{
background-color: #538D47;
}
</style>
border-color css
<style>
span { border-color: #538D47; }
span { border-color: rgb(83,141,71); }
td.TdClassName
{
border-color: #538D47;
}
.TagClassName
{
border-color: #538D47;
}
</style>