Shades of Green Leaf #4D772C
Tints of Green Leaf #4D772C
RGB
CMYK
RGB Variations
Color information
#4D772C (or 0x4D772C) is known color: Green Leaf. HEX triplet: 4D, 77 and 2C. RGB value is (77,119,44). Sum of RGB (Red+Green+Blue) = 77+119+44=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #4D772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D772C is #B288D3. Grayscale: #626262. Windows color (decimal): -11700436 or 2914125. OLE color: 2914125.
HSL color Cylindrical-coordinate representation of color #4D772C: hue angle of 93.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D772C is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 44 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.53 |
| HSL | 93.6º | 0.46% | 0.32% | - |
| HSV(B) | 93.6º | 0.63% | 0.47% | - |
| XYZ | 10.11 | 14.95 | 4.74 | - |
| YUV | 97.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 44 | 0.35 | 0 | 0.63 | 0.53 | 93.6 | 0.46 | 0.32 |
| Hex | 4D | 77 | 2C | 23 | 0 | 3F | 35 | 5E | 2E | 20 |
| Octal | 115 | 167 | 54 | 43 | 0 | 77 | 65 | 136 | 56 | 40 |
| Binary | 1001101 | 1110111 | 101100 | 100011 | 0 | 111111 | 110101 | 1011110 | 101110 | 100000 |
Color Harmonies of #4D772C
Complementary color
Monochromatic Colors of #4D772C
Black with #4D772C
Text Example
Text Example
White with #4D772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D772C; }
p { color: rgb(77,119,44); }
H1.HeaderClassName
{
color: #4D772C;
}
.AnyTagClassName
{
color: #4D772C;
}
</style>
background-color css
<style>
a { background-color: #4D772C; }
a { background-color: rgb(77,119,44); }
div.DivClassName
{
background-color: #4D772C;
}
.BgClassName
{
background-color: #4D772C;
}
</style>
border-color css
<style>
span { border-color: #4D772C; }
span { border-color: rgb(77,119,44); }
td.TdClassName
{
border-color: #4D772C;
}
.TagClassName
{
border-color: #4D772C;
}
</style>