Shades of Green Leaf #47751E
Tints of Green Leaf #47751E
RGB
CMYK
RGB Variations
Color information
#47751E (or 0x47751E) is known color: Green Leaf. HEX triplet: 47, 75 and 1E. RGB value is (71,117,30). Sum of RGB (Red+Green+Blue) = 71+117+30=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #47751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47751E is #B88AE1. Grayscale: #5D5D5D. Windows color (decimal): -12094178 or 1996103. OLE color: 1996103.
HSL color Cylindrical-coordinate representation of color #47751E: hue angle of 91.72º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47751E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 30 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.54 |
| HSL | 91.72º | 0.59% | 0.29% | - |
| HSV(B) | 91.72º | 0.74% | 0.46% | - |
| XYZ | 9.19 | 14.16 | 3.48 | - |
| YUV | 93.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 30 | 0.39 | 0 | 0.74 | 0.54 | 91.72 | 0.59 | 0.29 |
| Hex | 47 | 75 | 1E | 27 | 0 | 4A | 36 | 5C | 3B | 1D |
| Octal | 107 | 165 | 36 | 47 | 0 | 112 | 66 | 134 | 73 | 35 |
| Binary | 1000111 | 1110101 | 11110 | 100111 | 0 | 1001010 | 110110 | 1011100 | 111011 | 11101 |
Color Harmonies of #47751E
Complementary color
Monochromatic Colors of #47751E
Black with #47751E
Text Example
Text Example
White with #47751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47751E; }
p { color: rgb(71,117,30); }
H1.HeaderClassName
{
color: #47751E;
}
.AnyTagClassName
{
color: #47751E;
}
</style>
background-color css
<style>
a { background-color: #47751E; }
a { background-color: rgb(71,117,30); }
div.DivClassName
{
background-color: #47751E;
}
.BgClassName
{
background-color: #47751E;
}
</style>
border-color css
<style>
span { border-color: #47751E; }
span { border-color: rgb(71,117,30); }
td.TdClassName
{
border-color: #47751E;
}
.TagClassName
{
border-color: #47751E;
}
</style>