Shades of Green Leaf #47740A
Tints of Green Leaf #47740A
RGB
CMYK
RGB Variations
Color information
#47740A (or 0x47740A) is known color: Green Leaf. HEX triplet: 47, 74 and 0A. RGB value is (71,116,10). Sum of RGB (Red+Green+Blue) = 71+116+10=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #47740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47740A is #B88BF5. Grayscale: #5A5A5A. Windows color (decimal): -12094454 or 685127. OLE color: 685127.
HSL color Cylindrical-coordinate representation of color #47740A: hue angle of 85.47º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47740A is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 10 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.55 |
| HSL | 85.47º | 0.84% | 0.25% | - |
| HSV(B) | 85.47º | 0.91% | 0.45% | - |
| XYZ | 8.9 | 13.85 | 2.49 | - |
| YUV | 90.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 10 | 0.39 | 0 | 0.91 | 0.55 | 85.47 | 0.84 | 0.25 |
| Hex | 47 | 74 | A | 27 | 0 | 5B | 37 | 55 | 54 | 19 |
| Octal | 107 | 164 | 12 | 47 | 0 | 133 | 67 | 125 | 124 | 31 |
| Binary | 1000111 | 1110100 | 1010 | 100111 | 0 | 1011011 | 110111 | 1010101 | 1010100 | 11001 |
Color Harmonies of #47740A
Complementary color
Monochromatic Colors of #47740A
Black with #47740A
Text Example
Text Example
White with #47740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47740A; }
p { color: rgb(71,116,10); }
H1.HeaderClassName
{
color: #47740A;
}
.AnyTagClassName
{
color: #47740A;
}
</style>
background-color css
<style>
a { background-color: #47740A; }
a { background-color: rgb(71,116,10); }
div.DivClassName
{
background-color: #47740A;
}
.BgClassName
{
background-color: #47740A;
}
</style>
border-color css
<style>
span { border-color: #47740A; }
span { border-color: rgb(71,116,10); }
td.TdClassName
{
border-color: #47740A;
}
.TagClassName
{
border-color: #47740A;
}
</style>