Shades of Fern Green #47783B
Tints of Fern Green #47783B
RGB
CMYK
RGB Variations
Color information
#47783B (or 0x47783B) is known color: Fern Green. HEX triplet: 47, 78 and 3B. RGB value is (71,120,59). Sum of RGB (Red+Green+Blue) = 71+120+59=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #47783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47783B is #B887C4. Grayscale: #626262. Windows color (decimal): -12093381 or 3897415. OLE color: 3897415.
HSL color Cylindrical-coordinate representation of color #47783B: hue angle of 108.2º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47783B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 59 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.53 |
| HSL | 108.2º | 0.34% | 0.35% | - |
| HSV(B) | 108.2º | 0.51% | 0.47% | - |
| XYZ | 10.1 | 15.09 | 6.52 | - |
| YUV | 98.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 59 | 0.41 | 0 | 0.51 | 0.53 | 108.2 | 0.34 | 0.35 |
| Hex | 47 | 78 | 3B | 29 | 0 | 33 | 35 | 6C | 22 | 23 |
| Octal | 107 | 170 | 73 | 51 | 0 | 63 | 65 | 154 | 42 | 43 |
| Binary | 1000111 | 1111000 | 111011 | 101001 | 0 | 110011 | 110101 | 1101100 | 100010 | 100011 |
Color Harmonies of #47783B
Complementary color
Monochromatic Colors of #47783B
Black with #47783B
Text Example
Text Example
White with #47783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47783B; }
p { color: rgb(71,120,59); }
H1.HeaderClassName
{
color: #47783B;
}
.AnyTagClassName
{
color: #47783B;
}
</style>
background-color css
<style>
a { background-color: #47783B; }
a { background-color: rgb(71,120,59); }
div.DivClassName
{
background-color: #47783B;
}
.BgClassName
{
background-color: #47783B;
}
</style>
border-color css
<style>
span { border-color: #47783B; }
span { border-color: rgb(71,120,59); }
td.TdClassName
{
border-color: #47783B;
}
.TagClassName
{
border-color: #47783B;
}
</style>