Shades of Green Leaf #4D6E2C
Tints of Green Leaf #4D6E2C
RGB
CMYK
RGB Variations
Color information
#4D6E2C (or 0x4D6E2C) is known color: Green Leaf. HEX triplet: 4D, 6E and 2C. RGB value is (77,110,44). Sum of RGB (Red+Green+Blue) = 77+110+44=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E2C is #B291D3. Grayscale: #5C5C5C. Windows color (decimal): -11702740 or 2911821. OLE color: 2911821.
HSL color Cylindrical-coordinate representation of color #4D6E2C: hue angle of 90º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D6E2C is Cyan = 0.3, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 44 | - |
| CMYK | 0.3 | 0 | 0.6 | 0.57 |
| HSL | 90º | 0.43% | 0.3% | - |
| HSV(B) | 90º | 0.6% | 0.43% | - |
| XYZ | 9.09 | 12.91 | 4.4 | - |
| YUV | 92.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 44 | 0.3 | 0 | 0.6 | 0.57 | 90 | 0.43 | 0.3 |
| Hex | 4D | 6E | 2C | 1E | 0 | 3C | 39 | 5A | 2B | 1E |
| Octal | 115 | 156 | 54 | 36 | 0 | 74 | 71 | 132 | 53 | 36 |
| Binary | 1001101 | 1101110 | 101100 | 11110 | 0 | 111100 | 111001 | 1011010 | 101011 | 11110 |
Color Harmonies of #4D6E2C
Complementary color
Monochromatic Colors of #4D6E2C
Black with #4D6E2C
Text Example
Text Example
White with #4D6E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E2C; }
p { color: rgb(77,110,44); }
H1.HeaderClassName
{
color: #4D6E2C;
}
.AnyTagClassName
{
color: #4D6E2C;
}
</style>
background-color css
<style>
a { background-color: #4D6E2C; }
a { background-color: rgb(77,110,44); }
div.DivClassName
{
background-color: #4D6E2C;
}
.BgClassName
{
background-color: #4D6E2C;
}
</style>
border-color css
<style>
span { border-color: #4D6E2C; }
span { border-color: rgb(77,110,44); }
td.TdClassName
{
border-color: #4D6E2C;
}
.TagClassName
{
border-color: #4D6E2C;
}
</style>