Shades of Fern Green #47763D
Tints of Fern Green #47763D
RGB
CMYK
RGB Variations
Color information
#47763D (or 0x47763D) is known color: Fern Green. HEX triplet: 47, 76 and 3D. RGB value is (71,118,61). Sum of RGB (Red+Green+Blue) = 71+118+61=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #47763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47763D is #B889C2. Grayscale: #616161. Windows color (decimal): -12093891 or 4027975. OLE color: 4027975.
HSL color Cylindrical-coordinate representation of color #47763D: hue angle of 109.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47763D is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 61 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.54 |
| HSL | 109.47º | 0.32% | 0.35% | - |
| HSV(B) | 109.47º | 0.48% | 0.46% | - |
| XYZ | 9.92 | 14.63 | 6.72 | - |
| YUV | 97.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 61 | 0.40 | 0 | 0.48 | 0.54 | 109.47 | 0.32 | 0.35 |
| Hex | 47 | 76 | 3D | 28 | 0 | 30 | 36 | 6D | 20 | 23 |
| Octal | 107 | 166 | 75 | 50 | 0 | 60 | 66 | 155 | 40 | 43 |
| Binary | 1000111 | 1110110 | 111101 | 101000 | 0 | 110000 | 110110 | 1101101 | 100000 | 100011 |
Color Harmonies of #47763D
Complementary color
Monochromatic Colors of #47763D
Black with #47763D
Text Example
Text Example
White with #47763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47763D; }
p { color: rgb(71,118,61); }
H1.HeaderClassName
{
color: #47763D;
}
.AnyTagClassName
{
color: #47763D;
}
</style>
background-color css
<style>
a { background-color: #47763D; }
a { background-color: rgb(71,118,61); }
div.DivClassName
{
background-color: #47763D;
}
.BgClassName
{
background-color: #47763D;
}
</style>
border-color css
<style>
span { border-color: #47763D; }
span { border-color: rgb(71,118,61); }
td.TdClassName
{
border-color: #47763D;
}
.TagClassName
{
border-color: #47763D;
}
</style>