Shades of Green Leaf #47711B
Tints of Green Leaf #47711B
RGB
CMYK
RGB Variations
Color information
#47711B (or 0x47711B) is known color: Green Leaf. HEX triplet: 47, 71 and 1B. RGB value is (71,113,27). Sum of RGB (Red+Green+Blue) = 71+113+27=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #47711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47711B is #B88EE4. Grayscale: #5A5A5A. Windows color (decimal): -12095205 or 1798471. OLE color: 1798471.
HSL color Cylindrical-coordinate representation of color #47711B: hue angle of 89.3º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47711B is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 27 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.56 |
| HSL | 89.3º | 0.61% | 0.27% | - |
| HSV(B) | 89.3º | 0.76% | 0.44% | - |
| XYZ | 8.7 | 13.23 | 3.13 | - |
| YUV | 90.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 27 | 0.37 | 0 | 0.76 | 0.56 | 89.3 | 0.61 | 0.27 |
| Hex | 47 | 71 | 1B | 25 | 0 | 4C | 38 | 59 | 3D | 1B |
| Octal | 107 | 161 | 33 | 45 | 0 | 114 | 70 | 131 | 75 | 33 |
| Binary | 1000111 | 1110001 | 11011 | 100101 | 0 | 1001100 | 111000 | 1011001 | 111101 | 11011 |
Color Harmonies of #47711B
Complementary color
Monochromatic Colors of #47711B
Black with #47711B
Text Example
Text Example
White with #47711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47711B; }
p { color: rgb(71,113,27); }
H1.HeaderClassName
{
color: #47711B;
}
.AnyTagClassName
{
color: #47711B;
}
</style>
background-color css
<style>
a { background-color: #47711B; }
a { background-color: rgb(71,113,27); }
div.DivClassName
{
background-color: #47711B;
}
.BgClassName
{
background-color: #47711B;
}
</style>
border-color css
<style>
span { border-color: #47711B; }
span { border-color: rgb(71,113,27); }
td.TdClassName
{
border-color: #47711B;
}
.TagClassName
{
border-color: #47711B;
}
</style>