Shades of Fern Green #538947
Tints of Fern Green #538947
RGB
CMYK
RGB Variations
Color information
#538947 (or 0x538947) is known color: Fern Green. HEX triplet: 53, 89 and 47. RGB value is (83,137,71). Sum of RGB (Red+Green+Blue) = 83+137+71=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #538947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538947 is #AC76B8. Grayscale: #717171. Windows color (decimal): -11302585 or 4688211. OLE color: 4688211.
HSL color Cylindrical-coordinate representation of color #538947: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538947 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 71 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.46 |
| HSL | 109.09º | 0.32% | 0.41% | - |
| HSV(B) | 109.09º | 0.48% | 0.54% | - |
| XYZ | 13.65 | 20.19 | 9.14 | - |
| YUV | 113.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 71 | 0.39 | 0 | 0.48 | 0.46 | 109.09 | 0.32 | 0.41 |
| Hex | 53 | 89 | 47 | 27 | 0 | 30 | 2E | 6D | 20 | 29 |
| Octal | 123 | 211 | 107 | 47 | 0 | 60 | 56 | 155 | 40 | 51 |
| Binary | 1010011 | 10001001 | 1000111 | 100111 | 0 | 110000 | 101110 | 1101101 | 100000 | 101001 |
Color Harmonies of #538947
Complementary color
Monochromatic Colors of #538947
Black with #538947
Text Example
Text Example
White with #538947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538947; }
p { color: rgb(83,137,71); }
H1.HeaderClassName
{
color: #538947;
}
.AnyTagClassName
{
color: #538947;
}
</style>
background-color css
<style>
a { background-color: #538947; }
a { background-color: rgb(83,137,71); }
div.DivClassName
{
background-color: #538947;
}
.BgClassName
{
background-color: #538947;
}
</style>
border-color css
<style>
span { border-color: #538947; }
span { border-color: rgb(83,137,71); }
td.TdClassName
{
border-color: #538947;
}
.TagClassName
{
border-color: #538947;
}
</style>