Shades of Green Leaf #4D7429
Tints of Green Leaf #4D7429
RGB
CMYK
RGB Variations
Color information
#4D7429 (or 0x4D7429) is known color: Green Leaf. HEX triplet: 4D, 74 and 29. RGB value is (77,116,41). Sum of RGB (Red+Green+Blue) = 77+116+41=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7429 is #B28BD6. Grayscale: #606060. Windows color (decimal): -11701207 or 2716749. OLE color: 2716749.
HSL color Cylindrical-coordinate representation of color #4D7429: hue angle of 91.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D7429 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 41 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.55 |
| HSL | 91.2º | 0.48% | 0.31% | - |
| HSV(B) | 91.2º | 0.65% | 0.45% | - |
| XYZ | 9.71 | 14.23 | 4.33 | - |
| YUV | 95.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 41 | 0.34 | 0 | 0.65 | 0.55 | 91.2 | 0.48 | 0.31 |
| Hex | 4D | 74 | 29 | 22 | 0 | 41 | 37 | 5B | 30 | 1F |
| Octal | 115 | 164 | 51 | 42 | 0 | 101 | 67 | 133 | 60 | 37 |
| Binary | 1001101 | 1110100 | 101001 | 100010 | 0 | 1000001 | 110111 | 1011011 | 110000 | 11111 |
Color Harmonies of #4D7429
Complementary color
Monochromatic Colors of #4D7429
Black with #4D7429
Text Example
Text Example
White with #4D7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7429; }
p { color: rgb(77,116,41); }
H1.HeaderClassName
{
color: #4D7429;
}
.AnyTagClassName
{
color: #4D7429;
}
</style>
background-color css
<style>
a { background-color: #4D7429; }
a { background-color: rgb(77,116,41); }
div.DivClassName
{
background-color: #4D7429;
}
.BgClassName
{
background-color: #4D7429;
}
</style>
border-color css
<style>
span { border-color: #4D7429; }
span { border-color: rgb(77,116,41); }
td.TdClassName
{
border-color: #4D7429;
}
.TagClassName
{
border-color: #4D7429;
}
</style>