Shades of Fern Green #47713F
Tints of Fern Green #47713F
RGB
CMYK
RGB Variations
Color information
#47713F (or 0x47713F) is known color: Fern Green. HEX triplet: 47, 71 and 3F. RGB value is (71,113,63). Sum of RGB (Red+Green+Blue) = 71+113+63=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #47713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47713F is #B88EC0. Grayscale: #5E5E5E. Windows color (decimal): -12095169 or 4157767. OLE color: 4157767.
HSL color Cylindrical-coordinate representation of color #47713F: hue angle of 110.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47713F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 63 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.56 |
| HSL | 110.4º | 0.28% | 0.35% | - |
| HSV(B) | 110.4º | 0.44% | 0.44% | - |
| XYZ | 9.4 | 13.51 | 6.81 | - |
| YUV | 94.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 63 | 0.37 | 0 | 0.44 | 0.56 | 110.4 | 0.28 | 0.35 |
| Hex | 47 | 71 | 3F | 25 | 0 | 2C | 38 | 6E | 1C | 23 |
| Octal | 107 | 161 | 77 | 45 | 0 | 54 | 70 | 156 | 34 | 43 |
| Binary | 1000111 | 1110001 | 111111 | 100101 | 0 | 101100 | 111000 | 1101110 | 11100 | 100011 |
Color Harmonies of #47713F
Complementary color
Monochromatic Colors of #47713F
Black with #47713F
Text Example
Text Example
White with #47713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47713F; }
p { color: rgb(71,113,63); }
H1.HeaderClassName
{
color: #47713F;
}
.AnyTagClassName
{
color: #47713F;
}
</style>
background-color css
<style>
a { background-color: #47713F; }
a { background-color: rgb(71,113,63); }
div.DivClassName
{
background-color: #47713F;
}
.BgClassName
{
background-color: #47713F;
}
</style>
border-color css
<style>
span { border-color: #47713F; }
span { border-color: rgb(71,113,63); }
td.TdClassName
{
border-color: #47713F;
}
.TagClassName
{
border-color: #47713F;
}
</style>