Shades of Fern Green #47703C
Tints of Fern Green #47703C
RGB
CMYK
RGB Variations
Color information
#47703C (or 0x47703C) is known color: Fern Green. HEX triplet: 47, 70 and 3C. RGB value is (71,112,60). Sum of RGB (Red+Green+Blue) = 71+112+60=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #47703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47703C is #B88FC3. Grayscale: #5D5D5D. Windows color (decimal): -12095428 or 3960903. OLE color: 3960903.
HSL color Cylindrical-coordinate representation of color #47703C: hue angle of 107.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47703C is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 60 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.56 |
| HSL | 107.31º | 0.3% | 0.34% | - |
| HSV(B) | 107.31º | 0.46% | 0.44% | - |
| XYZ | 9.21 | 13.25 | 6.35 | - |
| YUV | 93.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 60 | 0.37 | 0 | 0.46 | 0.56 | 107.31 | 0.3 | 0.34 |
| Hex | 47 | 70 | 3C | 25 | 0 | 2E | 38 | 6B | 1E | 22 |
| Octal | 107 | 160 | 74 | 45 | 0 | 56 | 70 | 153 | 36 | 42 |
| Binary | 1000111 | 1110000 | 111100 | 100101 | 0 | 101110 | 111000 | 1101011 | 11110 | 100010 |
Color Harmonies of #47703C
Complementary color
Monochromatic Colors of #47703C
Black with #47703C
Text Example
Text Example
White with #47703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47703C; }
p { color: rgb(71,112,60); }
H1.HeaderClassName
{
color: #47703C;
}
.AnyTagClassName
{
color: #47703C;
}
</style>
background-color css
<style>
a { background-color: #47703C; }
a { background-color: rgb(71,112,60); }
div.DivClassName
{
background-color: #47703C;
}
.BgClassName
{
background-color: #47703C;
}
</style>
border-color css
<style>
span { border-color: #47703C; }
span { border-color: rgb(71,112,60); }
td.TdClassName
{
border-color: #47703C;
}
.TagClassName
{
border-color: #47703C;
}
</style>