Shades of Fern Green #538A49
Tints of Fern Green #538A49
RGB
CMYK
RGB Variations
Color information
#538A49 (or 0x538A49) is known color: Fern Green. HEX triplet: 53, 8A and 49. RGB value is (83,138,73). Sum of RGB (Red+Green+Blue) = 83+138+73=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #538A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A49 is #AC75B6. Grayscale: #727272. Windows color (decimal): -11302327 or 4819539. OLE color: 4819539.
HSL color Cylindrical-coordinate representation of color #538A49: hue angle of 110.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538A49 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 73 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.46 |
| HSL | 110.77º | 0.31% | 0.41% | - |
| HSV(B) | 110.77º | 0.47% | 0.54% | - |
| XYZ | 13.86 | 20.5 | 9.53 | - |
| YUV | 114.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 73 | 0.40 | 0 | 0.47 | 0.46 | 110.77 | 0.31 | 0.41 |
| Hex | 53 | 8A | 49 | 28 | 0 | 2F | 2E | 6F | 1F | 29 |
| Octal | 123 | 212 | 111 | 50 | 0 | 57 | 56 | 157 | 37 | 51 |
| Binary | 1010011 | 10001010 | 1001001 | 101000 | 0 | 101111 | 101110 | 1101111 | 11111 | 101001 |
Color Harmonies of #538A49
Complementary color
Monochromatic Colors of #538A49
Black with #538A49
Text Example
Text Example
White with #538A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A49; }
p { color: rgb(83,138,73); }
H1.HeaderClassName
{
color: #538A49;
}
.AnyTagClassName
{
color: #538A49;
}
</style>
background-color css
<style>
a { background-color: #538A49; }
a { background-color: rgb(83,138,73); }
div.DivClassName
{
background-color: #538A49;
}
.BgClassName
{
background-color: #538A49;
}
</style>
border-color css
<style>
span { border-color: #538A49; }
span { border-color: rgb(83,138,73); }
td.TdClassName
{
border-color: #538A49;
}
.TagClassName
{
border-color: #538A49;
}
</style>