Shades of Green Leaf #4D622C
Tints of Green Leaf #4D622C
RGB
CMYK
RGB Variations
Color information
#4D622C (or 0x4D622C) is known color: Green Leaf. HEX triplet: 4D, 62 and 2C. RGB value is (77,98,44). Sum of RGB (Red+Green+Blue) = 77+98+44=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #4D622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D622C is #B29DD3. Grayscale: #555555. Windows color (decimal): -11705812 or 2908749. OLE color: 2908749.
HSL color Cylindrical-coordinate representation of color #4D622C: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D622C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 44 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.62 |
| HSL | 83.33º | 0.38% | 0.28% | - |
| HSV(B) | 83.33º | 0.55% | 0.38% | - |
| XYZ | 7.88 | 10.5 | 3.99 | - |
| YUV | 85.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 44 | 0.21 | 0 | 0.55 | 0.62 | 83.33 | 0.38 | 0.28 |
| Hex | 4D | 62 | 2C | 15 | 0 | 37 | 3E | 53 | 26 | 1C |
| Octal | 115 | 142 | 54 | 25 | 0 | 67 | 76 | 123 | 46 | 34 |
| Binary | 1001101 | 1100010 | 101100 | 10101 | 0 | 110111 | 111110 | 1010011 | 100110 | 11100 |
Color Harmonies of #4D622C
Complementary color
Monochromatic Colors of #4D622C
Black with #4D622C
Text Example
Text Example
White with #4D622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D622C; }
p { color: rgb(77,98,44); }
H1.HeaderClassName
{
color: #4D622C;
}
.AnyTagClassName
{
color: #4D622C;
}
</style>
background-color css
<style>
a { background-color: #4D622C; }
a { background-color: rgb(77,98,44); }
div.DivClassName
{
background-color: #4D622C;
}
.BgClassName
{
background-color: #4D622C;
}
</style>
border-color css
<style>
span { border-color: #4D622C; }
span { border-color: rgb(77,98,44); }
td.TdClassName
{
border-color: #4D622C;
}
.TagClassName
{
border-color: #4D622C;
}
</style>