Shades of Green Leaf #477808
Tints of Green Leaf #477808
RGB
CMYK
RGB Variations
Color information
#477808 (or 0x477808) is known color: Green Leaf. HEX triplet: 47, 78 and 08. RGB value is (71,120,8). Sum of RGB (Red+Green+Blue) = 71+120+8=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #477808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477808 is #B887F7. Grayscale: #5C5C5C. Windows color (decimal): -12093432 or 555079. OLE color: 555079.
HSL color Cylindrical-coordinate representation of color #477808: hue angle of 86.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #477808 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 120 | 8 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.53 |
| HSL | 86.25º | 0.88% | 0.25% | - |
| HSV(B) | 86.25º | 0.93% | 0.47% | - |
| XYZ | 9.36 | 14.79 | 2.59 | - |
| YUV | 92.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 8 | 0.41 | 0 | 0.93 | 0.53 | 86.25 | 0.88 | 0.25 |
| Hex | 47 | 78 | 8 | 29 | 0 | 5D | 35 | 56 | 58 | 19 |
| Octal | 107 | 170 | 10 | 51 | 0 | 135 | 65 | 126 | 130 | 31 |
| Binary | 1000111 | 1111000 | 1000 | 101001 | 0 | 1011101 | 110101 | 1010110 | 1011000 | 11001 |
Color Harmonies of #477808
Complementary color
Monochromatic Colors of #477808
Black with #477808
Text Example
Text Example
White with #477808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477808; }
p { color: rgb(71,120,8); }
H1.HeaderClassName
{
color: #477808;
}
.AnyTagClassName
{
color: #477808;
}
</style>
background-color css
<style>
a { background-color: #477808; }
a { background-color: rgb(71,120,8); }
div.DivClassName
{
background-color: #477808;
}
.BgClassName
{
background-color: #477808;
}
</style>
border-color css
<style>
span { border-color: #477808; }
span { border-color: rgb(71,120,8); }
td.TdClassName
{
border-color: #477808;
}
.TagClassName
{
border-color: #477808;
}
</style>