Shades of Green Leaf #4D632C
Tints of Green Leaf #4D632C
RGB
CMYK
RGB Variations
Color information
#4D632C (or 0x4D632C) is known color: Green Leaf. HEX triplet: 4D, 63 and 2C. RGB value is (77,99,44). Sum of RGB (Red+Green+Blue) = 77+99+44=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #4D632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D632C is #B29CD3. Grayscale: #565656. Windows color (decimal): -11705556 or 2909005. OLE color: 2909005.
HSL color Cylindrical-coordinate representation of color #4D632C: hue angle of 84º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D632C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 44 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.61 |
| HSL | 84º | 0.38% | 0.28% | - |
| HSV(B) | 84º | 0.56% | 0.39% | - |
| XYZ | 7.98 | 10.68 | 4.02 | - |
| YUV | 86.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 44 | 0.22 | 0 | 0.56 | 0.61 | 84 | 0.38 | 0.28 |
| Hex | 4D | 63 | 2C | 16 | 0 | 38 | 3D | 54 | 26 | 1C |
| Octal | 115 | 143 | 54 | 26 | 0 | 70 | 75 | 124 | 46 | 34 |
| Binary | 1001101 | 1100011 | 101100 | 10110 | 0 | 111000 | 111101 | 1010100 | 100110 | 11100 |
Color Harmonies of #4D632C
Complementary color
Monochromatic Colors of #4D632C
Black with #4D632C
Text Example
Text Example
White with #4D632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D632C; }
p { color: rgb(77,99,44); }
H1.HeaderClassName
{
color: #4D632C;
}
.AnyTagClassName
{
color: #4D632C;
}
</style>
background-color css
<style>
a { background-color: #4D632C; }
a { background-color: rgb(77,99,44); }
div.DivClassName
{
background-color: #4D632C;
}
.BgClassName
{
background-color: #4D632C;
}
</style>
border-color css
<style>
span { border-color: #4D632C; }
span { border-color: rgb(77,99,44); }
td.TdClassName
{
border-color: #4D632C;
}
.TagClassName
{
border-color: #4D632C;
}
</style>