Shades of Fern Green #47703F
Tints of Fern Green #47703F
RGB
CMYK
RGB Variations
Color information
#47703F (or 0x47703F) is known color: Fern Green. HEX triplet: 47, 70 and 3F. RGB value is (71,112,63). Sum of RGB (Red+Green+Blue) = 71+112+63=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #47703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47703F is #B88FC0. Grayscale: #5E5E5E. Windows color (decimal): -12095425 or 4157511. OLE color: 4157511.
HSL color Cylindrical-coordinate representation of color #47703F: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47703F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 63 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.56 |
| HSL | 110.2º | 0.28% | 0.34% | - |
| HSV(B) | 110.2º | 0.44% | 0.44% | - |
| XYZ | 9.29 | 13.29 | 6.78 | - |
| YUV | 94.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 63 | 0.37 | 0 | 0.44 | 0.56 | 110.2 | 0.28 | 0.34 |
| Hex | 47 | 70 | 3F | 25 | 0 | 2C | 38 | 6E | 1C | 22 |
| Octal | 107 | 160 | 77 | 45 | 0 | 54 | 70 | 156 | 34 | 42 |
| Binary | 1000111 | 1110000 | 111111 | 100101 | 0 | 101100 | 111000 | 1101110 | 11100 | 100010 |
Color Harmonies of #47703F
Complementary color
Monochromatic Colors of #47703F
Black with #47703F
Text Example
Text Example
White with #47703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47703F; }
p { color: rgb(71,112,63); }
H1.HeaderClassName
{
color: #47703F;
}
.AnyTagClassName
{
color: #47703F;
}
</style>
background-color css
<style>
a { background-color: #47703F; }
a { background-color: rgb(71,112,63); }
div.DivClassName
{
background-color: #47703F;
}
.BgClassName
{
background-color: #47703F;
}
</style>
border-color css
<style>
span { border-color: #47703F; }
span { border-color: rgb(71,112,63); }
td.TdClassName
{
border-color: #47703F;
}
.TagClassName
{
border-color: #47703F;
}
</style>