Shades of Fern Green #538D41
Tints of Fern Green #538D41
RGB
CMYK
RGB Variations
Color information
#538D41 (or 0x538D41) is known color: Fern Green. HEX triplet: 53, 8D and 41. RGB value is (83,141,65). Sum of RGB (Red+Green+Blue) = 83+141+65=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #538D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538D41 is #AC72BE. Grayscale: #737373. Windows color (decimal): -11301567 or 4296019. OLE color: 4296019.
HSL color Cylindrical-coordinate representation of color #538D41: hue angle of 105.79º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538D41 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 65 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.45 |
| HSL | 105.79º | 0.37% | 0.4% | - |
| HSV(B) | 105.79º | 0.54% | 0.55% | - |
| XYZ | 14.05 | 21.27 | 8.37 | - |
| YUV | 114.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 65 | 0.41 | 0 | 0.54 | 0.45 | 105.79 | 0.37 | 0.4 |
| Hex | 53 | 8D | 41 | 29 | 0 | 36 | 2D | 6A | 25 | 28 |
| Octal | 123 | 215 | 101 | 51 | 0 | 66 | 55 | 152 | 45 | 50 |
| Binary | 1010011 | 10001101 | 1000001 | 101001 | 0 | 110110 | 101101 | 1101010 | 100101 | 101000 |
Color Harmonies of #538D41
Complementary color
Monochromatic Colors of #538D41
Black with #538D41
Text Example
Text Example
White with #538D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D41; }
p { color: rgb(83,141,65); }
H1.HeaderClassName
{
color: #538D41;
}
.AnyTagClassName
{
color: #538D41;
}
</style>
background-color css
<style>
a { background-color: #538D41; }
a { background-color: rgb(83,141,65); }
div.DivClassName
{
background-color: #538D41;
}
.BgClassName
{
background-color: #538D41;
}
</style>
border-color css
<style>
span { border-color: #538D41; }
span { border-color: rgb(83,141,65); }
td.TdClassName
{
border-color: #538D41;
}
.TagClassName
{
border-color: #538D41;
}
</style>