Shades of Fern Green #47783D
Tints of Fern Green #47783D
RGB
CMYK
RGB Variations
Color information
#47783D (or 0x47783D) is known color: Fern Green. HEX triplet: 47, 78 and 3D. RGB value is (71,120,61). Sum of RGB (Red+Green+Blue) = 71+120+61=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #47783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47783D is #B887C2. Grayscale: #626262. Windows color (decimal): -12093379 or 4028487. OLE color: 4028487.
HSL color Cylindrical-coordinate representation of color #47783D: hue angle of 109.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47783D is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 61 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.53 |
| HSL | 109.83º | 0.33% | 0.35% | - |
| HSV(B) | 109.83º | 0.49% | 0.47% | - |
| XYZ | 10.16 | 15.11 | 6.8 | - |
| YUV | 98.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 61 | 0.41 | 0 | 0.49 | 0.53 | 109.83 | 0.33 | 0.35 |
| Hex | 47 | 78 | 3D | 29 | 0 | 31 | 35 | 6E | 21 | 23 |
| Octal | 107 | 170 | 75 | 51 | 0 | 61 | 65 | 156 | 41 | 43 |
| Binary | 1000111 | 1111000 | 111101 | 101001 | 0 | 110001 | 110101 | 1101110 | 100001 | 100011 |
Color Harmonies of #47783D
Complementary color
Monochromatic Colors of #47783D
Black with #47783D
Text Example
Text Example
White with #47783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47783D; }
p { color: rgb(71,120,61); }
H1.HeaderClassName
{
color: #47783D;
}
.AnyTagClassName
{
color: #47783D;
}
</style>
background-color css
<style>
a { background-color: #47783D; }
a { background-color: rgb(71,120,61); }
div.DivClassName
{
background-color: #47783D;
}
.BgClassName
{
background-color: #47783D;
}
</style>
border-color css
<style>
span { border-color: #47783D; }
span { border-color: rgb(71,120,61); }
td.TdClassName
{
border-color: #47783D;
}
.TagClassName
{
border-color: #47783D;
}
</style>