Shades of Green Leaf #47710F
Tints of Green Leaf #47710F
RGB
CMYK
RGB Variations
Color information
#47710F (or 0x47710F) is known color: Green Leaf. HEX triplet: 47, 71 and 0F. RGB value is (71,113,15). Sum of RGB (Red+Green+Blue) = 71+113+15=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #47710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47710F is #B88EF0. Grayscale: #595959. Windows color (decimal): -12095217 or 1012039. OLE color: 1012039.
HSL color Cylindrical-coordinate representation of color #47710F: hue angle of 85.71º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47710F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 15 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.56 |
| HSL | 85.71º | 0.77% | 0.25% | - |
| HSV(B) | 85.71º | 0.87% | 0.44% | - |
| XYZ | 8.59 | 13.18 | 2.54 | - |
| YUV | 89.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 15 | 0.37 | 0 | 0.87 | 0.56 | 85.71 | 0.77 | 0.25 |
| Hex | 47 | 71 | F | 25 | 0 | 57 | 38 | 56 | 4D | 19 |
| Octal | 107 | 161 | 17 | 45 | 0 | 127 | 70 | 126 | 115 | 31 |
| Binary | 1000111 | 1110001 | 1111 | 100101 | 0 | 1010111 | 111000 | 1010110 | 1001101 | 11001 |
Color Harmonies of #47710F
Complementary color
Monochromatic Colors of #47710F
Black with #47710F
Text Example
Text Example
White with #47710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47710F; }
p { color: rgb(71,113,15); }
H1.HeaderClassName
{
color: #47710F;
}
.AnyTagClassName
{
color: #47710F;
}
</style>
background-color css
<style>
a { background-color: #47710F; }
a { background-color: rgb(71,113,15); }
div.DivClassName
{
background-color: #47710F;
}
.BgClassName
{
background-color: #47710F;
}
</style>
border-color css
<style>
span { border-color: #47710F; }
span { border-color: rgb(71,113,15); }
td.TdClassName
{
border-color: #47710F;
}
.TagClassName
{
border-color: #47710F;
}
</style>