Shades of Fern Green #538A40
Tints of Fern Green #538A40
RGB
CMYK
RGB Variations
Color information
#538A40 (or 0x538A40) is known color: Fern Green. HEX triplet: 53, 8A and 40. RGB value is (83,138,64). Sum of RGB (Red+Green+Blue) = 83+138+64=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #538A40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A40 is #AC75BF. Grayscale: #717171. Windows color (decimal): -11302336 or 4229715. OLE color: 4229715.
HSL color Cylindrical-coordinate representation of color #538A40: hue angle of 104.59º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538A40 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 64 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.46 |
| HSL | 104.59º | 0.37% | 0.4% | - |
| HSV(B) | 104.59º | 0.54% | 0.54% | - |
| XYZ | 13.58 | 20.39 | 8.07 | - |
| YUV | 113.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 64 | 0.40 | 0 | 0.54 | 0.46 | 104.59 | 0.37 | 0.4 |
| Hex | 53 | 8A | 40 | 28 | 0 | 36 | 2E | 69 | 25 | 28 |
| Octal | 123 | 212 | 100 | 50 | 0 | 66 | 56 | 151 | 45 | 50 |
| Binary | 1010011 | 10001010 | 1000000 | 101000 | 0 | 110110 | 101110 | 1101001 | 100101 | 101000 |
Color Harmonies of #538A40
Complementary color
Monochromatic Colors of #538A40
Black with #538A40
Text Example
Text Example
White with #538A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A40; }
p { color: rgb(83,138,64); }
H1.HeaderClassName
{
color: #538A40;
}
.AnyTagClassName
{
color: #538A40;
}
</style>
background-color css
<style>
a { background-color: #538A40; }
a { background-color: rgb(83,138,64); }
div.DivClassName
{
background-color: #538A40;
}
.BgClassName
{
background-color: #538A40;
}
</style>
border-color css
<style>
span { border-color: #538A40; }
span { border-color: rgb(83,138,64); }
td.TdClassName
{
border-color: #538A40;
}
.TagClassName
{
border-color: #538A40;
}
</style>