Shades of Fern Green #47713C
Tints of Fern Green #47713C
RGB
CMYK
RGB Variations
Color information
#47713C (or 0x47713C) is known color: Fern Green. HEX triplet: 47, 71 and 3C. RGB value is (71,113,60). Sum of RGB (Red+Green+Blue) = 71+113+60=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #47713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47713C is #B88EC3. Grayscale: #5E5E5E. Windows color (decimal): -12095172 or 3961159. OLE color: 3961159.
HSL color Cylindrical-coordinate representation of color #47713C: hue angle of 107.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47713C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 60 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.56 |
| HSL | 107.55º | 0.31% | 0.34% | - |
| HSV(B) | 107.55º | 0.47% | 0.44% | - |
| XYZ | 9.32 | 13.48 | 6.38 | - |
| YUV | 94.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 60 | 0.37 | 0 | 0.47 | 0.56 | 107.55 | 0.31 | 0.34 |
| Hex | 47 | 71 | 3C | 25 | 0 | 2F | 38 | 6C | 1F | 22 |
| Octal | 107 | 161 | 74 | 45 | 0 | 57 | 70 | 154 | 37 | 42 |
| Binary | 1000111 | 1110001 | 111100 | 100101 | 0 | 101111 | 111000 | 1101100 | 11111 | 100010 |
Color Harmonies of #47713C
Complementary color
Monochromatic Colors of #47713C
Black with #47713C
Text Example
Text Example
White with #47713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47713C; }
p { color: rgb(71,113,60); }
H1.HeaderClassName
{
color: #47713C;
}
.AnyTagClassName
{
color: #47713C;
}
</style>
background-color css
<style>
a { background-color: #47713C; }
a { background-color: rgb(71,113,60); }
div.DivClassName
{
background-color: #47713C;
}
.BgClassName
{
background-color: #47713C;
}
</style>
border-color css
<style>
span { border-color: #47713C; }
span { border-color: rgb(71,113,60); }
td.TdClassName
{
border-color: #47713C;
}
.TagClassName
{
border-color: #47713C;
}
</style>