Shades of Green Leaf #47760D
Tints of Green Leaf #47760D
RGB
CMYK
RGB Variations
Color information
#47760D (or 0x47760D) is known color: Green Leaf. HEX triplet: 47, 76 and 0D. RGB value is (71,118,13). Sum of RGB (Red+Green+Blue) = 71+118+13=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #47760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47760D is #B889F2. Grayscale: #5C5C5C. Windows color (decimal): -12093939 or 882247. OLE color: 882247.
HSL color Cylindrical-coordinate representation of color #47760D: hue angle of 86.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47760D is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 13 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.54 |
| HSL | 86.86º | 0.8% | 0.26% | - |
| HSV(B) | 86.86º | 0.89% | 0.46% | - |
| XYZ | 9.15 | 14.33 | 2.66 | - |
| YUV | 91.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 13 | 0.40 | 0 | 0.89 | 0.54 | 86.86 | 0.8 | 0.26 |
| Hex | 47 | 76 | D | 28 | 0 | 59 | 36 | 57 | 50 | 1A |
| Octal | 107 | 166 | 15 | 50 | 0 | 131 | 66 | 127 | 120 | 32 |
| Binary | 1000111 | 1110110 | 1101 | 101000 | 0 | 1011001 | 110110 | 1010111 | 1010000 | 11010 |
Color Harmonies of #47760D
Complementary color
Monochromatic Colors of #47760D
Black with #47760D
Text Example
Text Example
White with #47760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47760D; }
p { color: rgb(71,118,13); }
H1.HeaderClassName
{
color: #47760D;
}
.AnyTagClassName
{
color: #47760D;
}
</style>
background-color css
<style>
a { background-color: #47760D; }
a { background-color: rgb(71,118,13); }
div.DivClassName
{
background-color: #47760D;
}
.BgClassName
{
background-color: #47760D;
}
</style>
border-color css
<style>
span { border-color: #47760D; }
span { border-color: rgb(71,118,13); }
td.TdClassName
{
border-color: #47760D;
}
.TagClassName
{
border-color: #47760D;
}
</style>