Shades of Green Leaf #4D761E
Tints of Green Leaf #4D761E
RGB
CMYK
RGB Variations
Color information
#4D761E (or 0x4D761E) is known color: Green Leaf. HEX triplet: 4D, 76 and 1E. RGB value is (77,118,30). Sum of RGB (Red+Green+Blue) = 77+118+30=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #4D761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D761E is #B289E1. Grayscale: #606060. Windows color (decimal): -11700706 or 1996365. OLE color: 1996365.
HSL color Cylindrical-coordinate representation of color #4D761E: hue angle of 87.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D761E is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 30 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.54 |
| HSL | 87.95º | 0.59% | 0.29% | - |
| HSV(B) | 87.95º | 0.75% | 0.46% | - |
| XYZ | 9.77 | 14.63 | 3.54 | - |
| YUV | 95.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 30 | 0.35 | 0 | 0.75 | 0.54 | 87.95 | 0.59 | 0.29 |
| Hex | 4D | 76 | 1E | 23 | 0 | 4B | 36 | 58 | 3B | 1D |
| Octal | 115 | 166 | 36 | 43 | 0 | 113 | 66 | 130 | 73 | 35 |
| Binary | 1001101 | 1110110 | 11110 | 100011 | 0 | 1001011 | 110110 | 1011000 | 111011 | 11101 |
Color Harmonies of #4D761E
Complementary color
Monochromatic Colors of #4D761E
Black with #4D761E
Text Example
Text Example
White with #4D761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D761E; }
p { color: rgb(77,118,30); }
H1.HeaderClassName
{
color: #4D761E;
}
.AnyTagClassName
{
color: #4D761E;
}
</style>
background-color css
<style>
a { background-color: #4D761E; }
a { background-color: rgb(77,118,30); }
div.DivClassName
{
background-color: #4D761E;
}
.BgClassName
{
background-color: #4D761E;
}
</style>
border-color css
<style>
span { border-color: #4D761E; }
span { border-color: rgb(77,118,30); }
td.TdClassName
{
border-color: #4D761E;
}
.TagClassName
{
border-color: #4D761E;
}
</style>