Shades of Green Leaf #477020
Tints of Green Leaf #477020
RGB
CMYK
RGB Variations
Color information
#477020 (or 0x477020) is known color: Green Leaf. HEX triplet: 47, 70 and 20. RGB value is (71,112,32). Sum of RGB (Red+Green+Blue) = 71+112+32=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #477020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477020 is #B88FDF. Grayscale: #5A5A5A. Windows color (decimal): -12095456 or 2125895. OLE color: 2125895.
HSL color Cylindrical-coordinate representation of color #477020: hue angle of 90.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477020 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 32 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.56 |
| HSL | 90.75º | 0.56% | 0.28% | - |
| HSV(B) | 90.75º | 0.71% | 0.44% | - |
| XYZ | 8.65 | 13.03 | 3.43 | - |
| YUV | 90.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 32 | 0.37 | 0 | 0.71 | 0.56 | 90.75 | 0.56 | 0.28 |
| Hex | 47 | 70 | 20 | 25 | 0 | 47 | 38 | 5B | 38 | 1C |
| Octal | 107 | 160 | 40 | 45 | 0 | 107 | 70 | 133 | 70 | 34 |
| Binary | 1000111 | 1110000 | 100000 | 100101 | 0 | 1000111 | 111000 | 1011011 | 111000 | 11100 |
Color Harmonies of #477020
Complementary color
Monochromatic Colors of #477020
Black with #477020
Text Example
Text Example
White with #477020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477020; }
p { color: rgb(71,112,32); }
H1.HeaderClassName
{
color: #477020;
}
.AnyTagClassName
{
color: #477020;
}
</style>
background-color css
<style>
a { background-color: #477020; }
a { background-color: rgb(71,112,32); }
div.DivClassName
{
background-color: #477020;
}
.BgClassName
{
background-color: #477020;
}
</style>
border-color css
<style>
span { border-color: #477020; }
span { border-color: rgb(71,112,32); }
td.TdClassName
{
border-color: #477020;
}
.TagClassName
{
border-color: #477020;
}
</style>