Shades of Green Leaf #4D7329
Tints of Green Leaf #4D7329
RGB
CMYK
RGB Variations
Color information
#4D7329 (or 0x4D7329) is known color: Green Leaf. HEX triplet: 4D, 73 and 29. RGB value is (77,115,41). Sum of RGB (Red+Green+Blue) = 77+115+41=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7329 is #B28CD6. Grayscale: #5F5F5F. Windows color (decimal): -11701463 or 2716493. OLE color: 2716493.
HSL color Cylindrical-coordinate representation of color #4D7329: hue angle of 90.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D7329 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 41 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.55 |
| HSL | 90.81º | 0.47% | 0.31% | - |
| HSV(B) | 90.81º | 0.64% | 0.45% | - |
| XYZ | 9.59 | 14 | 4.29 | - |
| YUV | 95.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 41 | 0.33 | 0 | 0.64 | 0.55 | 90.81 | 0.47 | 0.31 |
| Hex | 4D | 73 | 29 | 21 | 0 | 40 | 37 | 5B | 2F | 1F |
| Octal | 115 | 163 | 51 | 41 | 0 | 100 | 67 | 133 | 57 | 37 |
| Binary | 1001101 | 1110011 | 101001 | 100001 | 0 | 1000000 | 110111 | 1011011 | 101111 | 11111 |
Color Harmonies of #4D7329
Complementary color
Monochromatic Colors of #4D7329
Black with #4D7329
Text Example
Text Example
White with #4D7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7329; }
p { color: rgb(77,115,41); }
H1.HeaderClassName
{
color: #4D7329;
}
.AnyTagClassName
{
color: #4D7329;
}
</style>
background-color css
<style>
a { background-color: #4D7329; }
a { background-color: rgb(77,115,41); }
div.DivClassName
{
background-color: #4D7329;
}
.BgClassName
{
background-color: #4D7329;
}
</style>
border-color css
<style>
span { border-color: #4D7329; }
span { border-color: rgb(77,115,41); }
td.TdClassName
{
border-color: #4D7329;
}
.TagClassName
{
border-color: #4D7329;
}
</style>