Shades of Fern Green #538E40
Tints of Fern Green #538E40
RGB
CMYK
RGB Variations
Color information
#538E40 (or 0x538E40) is known color: Fern Green. HEX triplet: 53, 8E and 40. RGB value is (83,142,64). Sum of RGB (Red+Green+Blue) = 83+142+64=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #538E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E40 is #AC71BF. Grayscale: #737373. Windows color (decimal): -11301312 or 4230739. OLE color: 4230739.
HSL color Cylindrical-coordinate representation of color #538E40: hue angle of 105.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538E40 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 64 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.44 |
| HSL | 105.38º | 0.38% | 0.4% | - |
| HSV(B) | 105.38º | 0.55% | 0.56% | - |
| XYZ | 14.17 | 21.56 | 8.26 | - |
| YUV | 115.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 64 | 0.42 | 0 | 0.55 | 0.44 | 105.38 | 0.38 | 0.4 |
| Hex | 53 | 8E | 40 | 2A | 0 | 37 | 2C | 69 | 26 | 28 |
| Octal | 123 | 216 | 100 | 52 | 0 | 67 | 54 | 151 | 46 | 50 |
| Binary | 1010011 | 10001110 | 1000000 | 101010 | 0 | 110111 | 101100 | 1101001 | 100110 | 101000 |
Color Harmonies of #538E40
Complementary color
Monochromatic Colors of #538E40
Black with #538E40
Text Example
Text Example
White with #538E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E40; }
p { color: rgb(83,142,64); }
H1.HeaderClassName
{
color: #538E40;
}
.AnyTagClassName
{
color: #538E40;
}
</style>
background-color css
<style>
a { background-color: #538E40; }
a { background-color: rgb(83,142,64); }
div.DivClassName
{
background-color: #538E40;
}
.BgClassName
{
background-color: #538E40;
}
</style>
border-color css
<style>
span { border-color: #538E40; }
span { border-color: rgb(83,142,64); }
td.TdClassName
{
border-color: #538E40;
}
.TagClassName
{
border-color: #538E40;
}
</style>