Shades of Green Leaf #47780A
Tints of Green Leaf #47780A
RGB
CMYK
RGB Variations
Color information
#47780A (or 0x47780A) is known color: Green Leaf. HEX triplet: 47, 78 and 0A. RGB value is (71,120,10). Sum of RGB (Red+Green+Blue) = 71+120+10=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #47780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47780A is #B887F5. Grayscale: #5D5D5D. Windows color (decimal): -12093430 or 686151. OLE color: 686151.
HSL color Cylindrical-coordinate representation of color #47780A: hue angle of 86.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47780A is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 10 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.53 |
| HSL | 86.73º | 0.85% | 0.25% | - |
| HSV(B) | 86.73º | 0.92% | 0.47% | - |
| XYZ | 9.37 | 14.79 | 2.65 | - |
| YUV | 92.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 10 | 0.41 | 0 | 0.92 | 0.53 | 86.73 | 0.85 | 0.25 |
| Hex | 47 | 78 | A | 29 | 0 | 5C | 35 | 57 | 55 | 19 |
| Octal | 107 | 170 | 12 | 51 | 0 | 134 | 65 | 127 | 125 | 31 |
| Binary | 1000111 | 1111000 | 1010 | 101001 | 0 | 1011100 | 110101 | 1010111 | 1010101 | 11001 |
Color Harmonies of #47780A
Complementary color
Monochromatic Colors of #47780A
Black with #47780A
Text Example
Text Example
White with #47780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47780A; }
p { color: rgb(71,120,10); }
H1.HeaderClassName
{
color: #47780A;
}
.AnyTagClassName
{
color: #47780A;
}
</style>
background-color css
<style>
a { background-color: #47780A; }
a { background-color: rgb(71,120,10); }
div.DivClassName
{
background-color: #47780A;
}
.BgClassName
{
background-color: #47780A;
}
</style>
border-color css
<style>
span { border-color: #47780A; }
span { border-color: rgb(71,120,10); }
td.TdClassName
{
border-color: #47780A;
}
.TagClassName
{
border-color: #47780A;
}
</style>