Shades of Green Leaf #47780E
Tints of Green Leaf #47780E
RGB
CMYK
RGB Variations
Color information
#47780E (or 0x47780E) is known color: Green Leaf. HEX triplet: 47, 78 and 0E. RGB value is (71,120,14). Sum of RGB (Red+Green+Blue) = 71+120+14=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #47780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47780E is #B887F1. Grayscale: #5D5D5D. Windows color (decimal): -12093426 or 948295. OLE color: 948295.
HSL color Cylindrical-coordinate representation of color #47780E: hue angle of 87.74º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47780E is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 14 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.53 |
| HSL | 87.74º | 0.79% | 0.26% | - |
| HSV(B) | 87.74º | 0.88% | 0.47% | - |
| XYZ | 9.39 | 14.8 | 2.78 | - |
| YUV | 93.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 14 | 0.41 | 0 | 0.88 | 0.53 | 87.74 | 0.79 | 0.26 |
| Hex | 47 | 78 | E | 29 | 0 | 58 | 35 | 58 | 4F | 1A |
| Octal | 107 | 170 | 16 | 51 | 0 | 130 | 65 | 130 | 117 | 32 |
| Binary | 1000111 | 1111000 | 1110 | 101001 | 0 | 1011000 | 110101 | 1011000 | 1001111 | 11010 |
Color Harmonies of #47780E
Complementary color
Monochromatic Colors of #47780E
Black with #47780E
Text Example
Text Example
White with #47780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47780E; }
p { color: rgb(71,120,14); }
H1.HeaderClassName
{
color: #47780E;
}
.AnyTagClassName
{
color: #47780E;
}
</style>
background-color css
<style>
a { background-color: #47780E; }
a { background-color: rgb(71,120,14); }
div.DivClassName
{
background-color: #47780E;
}
.BgClassName
{
background-color: #47780E;
}
</style>
border-color css
<style>
span { border-color: #47780E; }
span { border-color: rgb(71,120,14); }
td.TdClassName
{
border-color: #47780E;
}
.TagClassName
{
border-color: #47780E;
}
</style>