Shades of Green Leaf #4D762C
Tints of Green Leaf #4D762C
RGB
CMYK
RGB Variations
Color information
#4D762C (or 0x4D762C) is known color: Green Leaf. HEX triplet: 4D, 76 and 2C. RGB value is (77,118,44). Sum of RGB (Red+Green+Blue) = 77+118+44=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #4D762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D762C is #B289D3. Grayscale: #616161. Windows color (decimal): -11700692 or 2913869. OLE color: 2913869.
HSL color Cylindrical-coordinate representation of color #4D762C: hue angle of 93.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D762C is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 44 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.54 |
| HSL | 93.24º | 0.46% | 0.32% | - |
| HSV(B) | 93.24º | 0.63% | 0.46% | - |
| XYZ | 9.99 | 14.72 | 4.7 | - |
| YUV | 97.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 44 | 0.35 | 0 | 0.63 | 0.54 | 93.24 | 0.46 | 0.32 |
| Hex | 4D | 76 | 2C | 23 | 0 | 3F | 36 | 5D | 2E | 20 |
| Octal | 115 | 166 | 54 | 43 | 0 | 77 | 66 | 135 | 56 | 40 |
| Binary | 1001101 | 1110110 | 101100 | 100011 | 0 | 111111 | 110110 | 1011101 | 101110 | 100000 |
Color Harmonies of #4D762C
Complementary color
Monochromatic Colors of #4D762C
Black with #4D762C
Text Example
Text Example
White with #4D762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D762C; }
p { color: rgb(77,118,44); }
H1.HeaderClassName
{
color: #4D762C;
}
.AnyTagClassName
{
color: #4D762C;
}
</style>
background-color css
<style>
a { background-color: #4D762C; }
a { background-color: rgb(77,118,44); }
div.DivClassName
{
background-color: #4D762C;
}
.BgClassName
{
background-color: #4D762C;
}
</style>
border-color css
<style>
span { border-color: #4D762C; }
span { border-color: rgb(77,118,44); }
td.TdClassName
{
border-color: #4D762C;
}
.TagClassName
{
border-color: #4D762C;
}
</style>