Shades of Green Leaf #47761A
Tints of Green Leaf #47761A
RGB
CMYK
RGB Variations
Color information
#47761A (or 0x47761A) is known color: Green Leaf. HEX triplet: 47, 76 and 1A. RGB value is (71,118,26). Sum of RGB (Red+Green+Blue) = 71+118+26=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #47761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47761A is #B889E5. Grayscale: #5D5D5D. Windows color (decimal): -12093926 or 1734215. OLE color: 1734215.
HSL color Cylindrical-coordinate representation of color #47761A: hue angle of 90.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47761A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 26 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.54 |
| HSL | 90.65º | 0.64% | 0.28% | - |
| HSV(B) | 90.65º | 0.78% | 0.46% | - |
| XYZ | 9.26 | 14.37 | 3.26 | - |
| YUV | 93.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 26 | 0.40 | 0 | 0.78 | 0.54 | 90.65 | 0.64 | 0.28 |
| Hex | 47 | 76 | 1A | 28 | 0 | 4E | 36 | 5B | 40 | 1C |
| Octal | 107 | 166 | 32 | 50 | 0 | 116 | 66 | 133 | 100 | 34 |
| Binary | 1000111 | 1110110 | 11010 | 101000 | 0 | 1001110 | 110110 | 1011011 | 1000000 | 11100 |
Color Harmonies of #47761A
Complementary color
Monochromatic Colors of #47761A
Black with #47761A
Text Example
Text Example
White with #47761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47761A; }
p { color: rgb(71,118,26); }
H1.HeaderClassName
{
color: #47761A;
}
.AnyTagClassName
{
color: #47761A;
}
</style>
background-color css
<style>
a { background-color: #47761A; }
a { background-color: rgb(71,118,26); }
div.DivClassName
{
background-color: #47761A;
}
.BgClassName
{
background-color: #47761A;
}
</style>
border-color css
<style>
span { border-color: #47761A; }
span { border-color: rgb(71,118,26); }
td.TdClassName
{
border-color: #47761A;
}
.TagClassName
{
border-color: #47761A;
}
</style>