Shades of Green Leaf #4D642E
Tints of Green Leaf #4D642E
RGB
CMYK
RGB Variations
Color information
#4D642E (or 0x4D642E) is known color: Green Leaf. HEX triplet: 4D, 64 and 2E. RGB value is (77,100,46). Sum of RGB (Red+Green+Blue) = 77+100+46=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #4D642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D642E is #B29BD1. Grayscale: #575757. Windows color (decimal): -11705298 or 3040333. OLE color: 3040333.
HSL color Cylindrical-coordinate representation of color #4D642E: hue angle of 85.56º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D642E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 46 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.61 |
| HSL | 85.56º | 0.37% | 0.29% | - |
| HSV(B) | 85.56º | 0.54% | 0.39% | - |
| XYZ | 8.11 | 10.89 | 4.26 | - |
| YUV | 86.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 46 | 0.23 | 0 | 0.54 | 0.61 | 85.56 | 0.37 | 0.29 |
| Hex | 4D | 64 | 2E | 17 | 0 | 36 | 3D | 56 | 25 | 1D |
| Octal | 115 | 144 | 56 | 27 | 0 | 66 | 75 | 126 | 45 | 35 |
| Binary | 1001101 | 1100100 | 101110 | 10111 | 0 | 110110 | 111101 | 1010110 | 100101 | 11101 |
Color Harmonies of #4D642E
Complementary color
Monochromatic Colors of #4D642E
Black with #4D642E
Text Example
Text Example
White with #4D642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D642E; }
p { color: rgb(77,100,46); }
H1.HeaderClassName
{
color: #4D642E;
}
.AnyTagClassName
{
color: #4D642E;
}
</style>
background-color css
<style>
a { background-color: #4D642E; }
a { background-color: rgb(77,100,46); }
div.DivClassName
{
background-color: #4D642E;
}
.BgClassName
{
background-color: #4D642E;
}
</style>
border-color css
<style>
span { border-color: #4D642E; }
span { border-color: rgb(77,100,46); }
td.TdClassName
{
border-color: #4D642E;
}
.TagClassName
{
border-color: #4D642E;
}
</style>