Shades of Green Leaf #4D642C
Tints of Green Leaf #4D642C
RGB
CMYK
RGB Variations
Color information
#4D642C (or 0x4D642C) is known color: Green Leaf. HEX triplet: 4D, 64 and 2C. RGB value is (77,100,44). Sum of RGB (Red+Green+Blue) = 77+100+44=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #4D642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D642C is #B29BD3. Grayscale: #565656. Windows color (decimal): -11705300 or 2909261. OLE color: 2909261.
HSL color Cylindrical-coordinate representation of color #4D642C: hue angle of 84.64º degrees, saturation: 0.39, 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 #4D642C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 44 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.61 |
| HSL | 84.64º | 0.39% | 0.28% | - |
| HSV(B) | 84.64º | 0.56% | 0.39% | - |
| XYZ | 8.07 | 10.87 | 4.06 | - |
| YUV | 86.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 44 | 0.23 | 0 | 0.56 | 0.61 | 84.64 | 0.39 | 0.28 |
| Hex | 4D | 64 | 2C | 17 | 0 | 38 | 3D | 55 | 27 | 1C |
| Octal | 115 | 144 | 54 | 27 | 0 | 70 | 75 | 125 | 47 | 34 |
| Binary | 1001101 | 1100100 | 101100 | 10111 | 0 | 111000 | 111101 | 1010101 | 100111 | 11100 |
Color Harmonies of #4D642C
Complementary color
Monochromatic Colors of #4D642C
Black with #4D642C
Text Example
Text Example
White with #4D642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D642C; }
p { color: rgb(77,100,44); }
H1.HeaderClassName
{
color: #4D642C;
}
.AnyTagClassName
{
color: #4D642C;
}
</style>
background-color css
<style>
a { background-color: #4D642C; }
a { background-color: rgb(77,100,44); }
div.DivClassName
{
background-color: #4D642C;
}
.BgClassName
{
background-color: #4D642C;
}
</style>
border-color css
<style>
span { border-color: #4D642C; }
span { border-color: rgb(77,100,44); }
td.TdClassName
{
border-color: #4D642C;
}
.TagClassName
{
border-color: #4D642C;
}
</style>