Shades of Green Leaf #4D632E
Tints of Green Leaf #4D632E
RGB
CMYK
RGB Variations
Color information
#4D632E (or 0x4D632E) is known color: Green Leaf. HEX triplet: 4D, 63 and 2E. RGB value is (77,99,46). Sum of RGB (Red+Green+Blue) = 77+99+46=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #4D632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D632E is #B29CD1. Grayscale: #565656. Windows color (decimal): -11705554 or 3040077. OLE color: 3040077.
HSL color Cylindrical-coordinate representation of color #4D632E: hue angle of 84.91º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D632E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 46 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.61 |
| HSL | 84.91º | 0.37% | 0.28% | - |
| HSV(B) | 84.91º | 0.54% | 0.39% | - |
| XYZ | 8.02 | 10.7 | 4.23 | - |
| YUV | 86.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 46 | 0.22 | 0 | 0.54 | 0.61 | 84.91 | 0.37 | 0.28 |
| Hex | 4D | 63 | 2E | 16 | 0 | 36 | 3D | 55 | 25 | 1C |
| Octal | 115 | 143 | 56 | 26 | 0 | 66 | 75 | 125 | 45 | 34 |
| Binary | 1001101 | 1100011 | 101110 | 10110 | 0 | 110110 | 111101 | 1010101 | 100101 | 11100 |
Color Harmonies of #4D632E
Complementary color
Monochromatic Colors of #4D632E
Black with #4D632E
Text Example
Text Example
White with #4D632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D632E; }
p { color: rgb(77,99,46); }
H1.HeaderClassName
{
color: #4D632E;
}
.AnyTagClassName
{
color: #4D632E;
}
</style>
background-color css
<style>
a { background-color: #4D632E; }
a { background-color: rgb(77,99,46); }
div.DivClassName
{
background-color: #4D632E;
}
.BgClassName
{
background-color: #4D632E;
}
</style>
border-color css
<style>
span { border-color: #4D632E; }
span { border-color: rgb(77,99,46); }
td.TdClassName
{
border-color: #4D632E;
}
.TagClassName
{
border-color: #4D632E;
}
</style>