Shades of Green Leaf #477705
Tints of Green Leaf #477705
RGB
CMYK
RGB Variations
Color information
#477705 (or 0x477705) is known color: Green Leaf. HEX triplet: 47, 77 and 05. RGB value is (71,119,5). Sum of RGB (Red+Green+Blue) = 71+119+5=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #477705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477705 is #B888FA. Grayscale: #5C5C5C. Windows color (decimal): -12093691 or 358215. OLE color: 358215.
HSL color Cylindrical-coordinate representation of color #477705: hue angle of 85.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #477705 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 5 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.53 |
| HSL | 85.26º | 0.92% | 0.24% | - |
| HSV(B) | 85.26º | 0.96% | 0.47% | - |
| XYZ | 9.22 | 14.54 | 2.46 | - |
| YUV | 91.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 5 | 0.40 | 0 | 0.96 | 0.53 | 85.26 | 0.92 | 0.24 |
| Hex | 47 | 77 | 5 | 28 | 0 | 60 | 35 | 55 | 5C | 18 |
| Octal | 107 | 167 | 5 | 50 | 0 | 140 | 65 | 125 | 134 | 30 |
| Binary | 1000111 | 1110111 | 101 | 101000 | 0 | 1100000 | 110101 | 1010101 | 1011100 | 11000 |
Color Harmonies of #477705
Complementary color
Monochromatic Colors of #477705
Black with #477705
Text Example
Text Example
White with #477705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477705; }
p { color: rgb(71,119,5); }
H1.HeaderClassName
{
color: #477705;
}
.AnyTagClassName
{
color: #477705;
}
</style>
background-color css
<style>
a { background-color: #477705; }
a { background-color: rgb(71,119,5); }
div.DivClassName
{
background-color: #477705;
}
.BgClassName
{
background-color: #477705;
}
</style>
border-color css
<style>
span { border-color: #477705; }
span { border-color: rgb(71,119,5); }
td.TdClassName
{
border-color: #477705;
}
.TagClassName
{
border-color: #477705;
}
</style>