Shades of Green Leaf #4D6329
Tints of Green Leaf #4D6329
RGB
CMYK
RGB Variations
Color information
#4D6329 (or 0x4D6329) is known color: Green Leaf. HEX triplet: 4D, 63 and 29. RGB value is (77,99,41). Sum of RGB (Red+Green+Blue) = 77+99+41=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6329 is #B29CD6. Grayscale: #565656. Windows color (decimal): -11705559 or 2712397. OLE color: 2712397.
HSL color Cylindrical-coordinate representation of color #4D6329: hue angle of 82.76º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6329 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 41 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.61 |
| HSL | 82.76º | 0.41% | 0.27% | - |
| HSV(B) | 82.76º | 0.59% | 0.39% | - |
| XYZ | 7.92 | 10.66 | 3.74 | - |
| YUV | 85.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 41 | 0.22 | 0 | 0.59 | 0.61 | 82.76 | 0.41 | 0.27 |
| Hex | 4D | 63 | 29 | 16 | 0 | 3B | 3D | 53 | 29 | 1B |
| Octal | 115 | 143 | 51 | 26 | 0 | 73 | 75 | 123 | 51 | 33 |
| Binary | 1001101 | 1100011 | 101001 | 10110 | 0 | 111011 | 111101 | 1010011 | 101001 | 11011 |
Color Harmonies of #4D6329
Complementary color
Monochromatic Colors of #4D6329
Black with #4D6329
Text Example
Text Example
White with #4D6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6329; }
p { color: rgb(77,99,41); }
H1.HeaderClassName
{
color: #4D6329;
}
.AnyTagClassName
{
color: #4D6329;
}
</style>
background-color css
<style>
a { background-color: #4D6329; }
a { background-color: rgb(77,99,41); }
div.DivClassName
{
background-color: #4D6329;
}
.BgClassName
{
background-color: #4D6329;
}
</style>
border-color css
<style>
span { border-color: #4D6329; }
span { border-color: rgb(77,99,41); }
td.TdClassName
{
border-color: #4D6329;
}
.TagClassName
{
border-color: #4D6329;
}
</style>