Shades of Green Leaf #4D7629
Tints of Green Leaf #4D7629
RGB
CMYK
RGB Variations
Color information
#4D7629 (or 0x4D7629) is known color: Green Leaf. HEX triplet: 4D, 76 and 29. RGB value is (77,118,41). Sum of RGB (Red+Green+Blue) = 77+118+41=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7629 is #B289D6. Grayscale: #616161. Windows color (decimal): -11700695 or 2717261. OLE color: 2717261.
HSL color Cylindrical-coordinate representation of color #4D7629: hue angle of 91.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D7629 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 41 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.54 |
| HSL | 91.95º | 0.48% | 0.31% | - |
| HSV(B) | 91.95º | 0.65% | 0.46% | - |
| XYZ | 9.94 | 14.69 | 4.41 | - |
| YUV | 96.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 41 | 0.35 | 0 | 0.65 | 0.54 | 91.95 | 0.48 | 0.31 |
| Hex | 4D | 76 | 29 | 23 | 0 | 41 | 36 | 5C | 30 | 1F |
| Octal | 115 | 166 | 51 | 43 | 0 | 101 | 66 | 134 | 60 | 37 |
| Binary | 1001101 | 1110110 | 101001 | 100011 | 0 | 1000001 | 110110 | 1011100 | 110000 | 11111 |
Color Harmonies of #4D7629
Complementary color
Monochromatic Colors of #4D7629
Black with #4D7629
Text Example
Text Example
White with #4D7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7629; }
p { color: rgb(77,118,41); }
H1.HeaderClassName
{
color: #4D7629;
}
.AnyTagClassName
{
color: #4D7629;
}
</style>
background-color css
<style>
a { background-color: #4D7629; }
a { background-color: rgb(77,118,41); }
div.DivClassName
{
background-color: #4D7629;
}
.BgClassName
{
background-color: #4D7629;
}
</style>
border-color css
<style>
span { border-color: #4D7629; }
span { border-color: rgb(77,118,41); }
td.TdClassName
{
border-color: #4D7629;
}
.TagClassName
{
border-color: #4D7629;
}
</style>