Shades of Fern Green #47733C
Tints of Fern Green #47733C
RGB
CMYK
RGB Variations
Color information
#47733C (or 0x47733C) is known color: Fern Green. HEX triplet: 47, 73 and 3C. RGB value is (71,115,60). Sum of RGB (Red+Green+Blue) = 71+115+60=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #47733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47733C is #B88CC3. Grayscale: #5F5F5F. Windows color (decimal): -12094660 or 3961671. OLE color: 3961671.
HSL color Cylindrical-coordinate representation of color #47733C: hue angle of 108º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47733C is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 60 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.55 |
| HSL | 108º | 0.31% | 0.34% | - |
| HSV(B) | 108º | 0.48% | 0.45% | - |
| XYZ | 9.54 | 13.93 | 6.46 | - |
| YUV | 95.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 60 | 0.38 | 0 | 0.48 | 0.55 | 108 | 0.31 | 0.34 |
| Hex | 47 | 73 | 3C | 26 | 0 | 30 | 37 | 6C | 1F | 22 |
| Octal | 107 | 163 | 74 | 46 | 0 | 60 | 67 | 154 | 37 | 42 |
| Binary | 1000111 | 1110011 | 111100 | 100110 | 0 | 110000 | 110111 | 1101100 | 11111 | 100010 |
Color Harmonies of #47733C
Complementary color
Monochromatic Colors of #47733C
Black with #47733C
Text Example
Text Example
White with #47733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47733C; }
p { color: rgb(71,115,60); }
H1.HeaderClassName
{
color: #47733C;
}
.AnyTagClassName
{
color: #47733C;
}
</style>
background-color css
<style>
a { background-color: #47733C; }
a { background-color: rgb(71,115,60); }
div.DivClassName
{
background-color: #47733C;
}
.BgClassName
{
background-color: #47733C;
}
</style>
border-color css
<style>
span { border-color: #47733C; }
span { border-color: rgb(71,115,60); }
td.TdClassName
{
border-color: #47733C;
}
.TagClassName
{
border-color: #47733C;
}
</style>