Shades of Fern Green #47713A
Tints of Fern Green #47713A
RGB
CMYK
RGB Variations
Color information
#47713A (or 0x47713A) is known color: Fern Green. HEX triplet: 47, 71 and 3A. RGB value is (71,113,58). Sum of RGB (Red+Green+Blue) = 71+113+58=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #47713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47713A is #B88EC5. Grayscale: #5E5E5E. Windows color (decimal): -12095174 or 3830087. OLE color: 3830087.
HSL color Cylindrical-coordinate representation of color #47713A: hue angle of 105.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47713A is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 58 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.56 |
| HSL | 105.82º | 0.32% | 0.34% | - |
| HSV(B) | 105.82º | 0.49% | 0.44% | - |
| XYZ | 9.27 | 13.46 | 6.11 | - |
| YUV | 94.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 58 | 0.37 | 0 | 0.49 | 0.56 | 105.82 | 0.32 | 0.34 |
| Hex | 47 | 71 | 3A | 25 | 0 | 31 | 38 | 6A | 20 | 22 |
| Octal | 107 | 161 | 72 | 45 | 0 | 61 | 70 | 152 | 40 | 42 |
| Binary | 1000111 | 1110001 | 111010 | 100101 | 0 | 110001 | 111000 | 1101010 | 100000 | 100010 |
Color Harmonies of #47713A
Complementary color
Monochromatic Colors of #47713A
Black with #47713A
Text Example
Text Example
White with #47713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47713A; }
p { color: rgb(71,113,58); }
H1.HeaderClassName
{
color: #47713A;
}
.AnyTagClassName
{
color: #47713A;
}
</style>
background-color css
<style>
a { background-color: #47713A; }
a { background-color: rgb(71,113,58); }
div.DivClassName
{
background-color: #47713A;
}
.BgClassName
{
background-color: #47713A;
}
</style>
border-color css
<style>
span { border-color: #47713A; }
span { border-color: rgb(71,113,58); }
td.TdClassName
{
border-color: #47713A;
}
.TagClassName
{
border-color: #47713A;
}
</style>