Shades of Green Leaf #4D772B
Tints of Green Leaf #4D772B
RGB
CMYK
RGB Variations
Color information
#4D772B (or 0x4D772B) is known color: Green Leaf. HEX triplet: 4D, 77 and 2B. RGB value is (77,119,43). Sum of RGB (Red+Green+Blue) = 77+119+43=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #4D772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D772B is #B288D4. Grayscale: #626262. Windows color (decimal): -11700437 or 2848589. OLE color: 2848589.
HSL color Cylindrical-coordinate representation of color #4D772B: hue angle of 93.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D772B is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 43 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.53 |
| HSL | 93.16º | 0.47% | 0.32% | - |
| HSV(B) | 93.16º | 0.64% | 0.47% | - |
| XYZ | 10.09 | 14.95 | 4.64 | - |
| YUV | 97.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 43 | 0.35 | 0 | 0.64 | 0.53 | 93.16 | 0.47 | 0.32 |
| Hex | 4D | 77 | 2B | 23 | 0 | 40 | 35 | 5D | 2F | 20 |
| Octal | 115 | 167 | 53 | 43 | 0 | 100 | 65 | 135 | 57 | 40 |
| Binary | 1001101 | 1110111 | 101011 | 100011 | 0 | 1000000 | 110101 | 1011101 | 101111 | 100000 |
Color Harmonies of #4D772B
Complementary color
Monochromatic Colors of #4D772B
Black with #4D772B
Text Example
Text Example
White with #4D772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D772B; }
p { color: rgb(77,119,43); }
H1.HeaderClassName
{
color: #4D772B;
}
.AnyTagClassName
{
color: #4D772B;
}
</style>
background-color css
<style>
a { background-color: #4D772B; }
a { background-color: rgb(77,119,43); }
div.DivClassName
{
background-color: #4D772B;
}
.BgClassName
{
background-color: #4D772B;
}
</style>
border-color css
<style>
span { border-color: #4D772B; }
span { border-color: rgb(77,119,43); }
td.TdClassName
{
border-color: #4D772B;
}
.TagClassName
{
border-color: #4D772B;
}
</style>