Shades of Fern Green #47863E
Tints of Fern Green #47863E
RGB
CMYK
RGB Variations
Color information
#47863E (or 0x47863E) is known color: Fern Green. HEX triplet: 47, 86 and 3E. RGB value is (71,134,62). Sum of RGB (Red+Green+Blue) = 71+134+62=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #47863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47863E is #B879C1. Grayscale: #6B6B6B. Windows color (decimal): -12089794 or 4097607. OLE color: 4097607.
HSL color Cylindrical-coordinate representation of color #47863E: hue angle of 112.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47863E is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 62 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.47 |
| HSL | 112.5º | 0.37% | 0.38% | - |
| HSV(B) | 112.5º | 0.54% | 0.53% | - |
| XYZ | 11.99 | 18.74 | 7.54 | - |
| YUV | 106.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 62 | 0.47 | 0 | 0.54 | 0.47 | 112.5 | 0.37 | 0.38 |
| Hex | 47 | 86 | 3E | 2F | 0 | 36 | 2F | 70 | 25 | 26 |
| Octal | 107 | 206 | 76 | 57 | 0 | 66 | 57 | 160 | 45 | 46 |
| Binary | 1000111 | 10000110 | 111110 | 101111 | 0 | 110110 | 101111 | 1110000 | 100101 | 100110 |
Color Harmonies of #47863E
Complementary color
Monochromatic Colors of #47863E
Black with #47863E
Text Example
Text Example
White with #47863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47863E; }
p { color: rgb(71,134,62); }
H1.HeaderClassName
{
color: #47863E;
}
.AnyTagClassName
{
color: #47863E;
}
</style>
background-color css
<style>
a { background-color: #47863E; }
a { background-color: rgb(71,134,62); }
div.DivClassName
{
background-color: #47863E;
}
.BgClassName
{
background-color: #47863E;
}
</style>
border-color css
<style>
span { border-color: #47863E; }
span { border-color: rgb(71,134,62); }
td.TdClassName
{
border-color: #47863E;
}
.TagClassName
{
border-color: #47863E;
}
</style>