Shades of Green Leaf #4D662C
Tints of Green Leaf #4D662C
RGB
CMYK
RGB Variations
Color information
#4D662C (or 0x4D662C) is known color: Green Leaf. HEX triplet: 4D, 66 and 2C. RGB value is (77,102,44). Sum of RGB (Red+Green+Blue) = 77+102+44=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #4D662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D662C is #B299D3. Grayscale: #585858. Windows color (decimal): -11704788 or 2909773. OLE color: 2909773.
HSL color Cylindrical-coordinate representation of color #4D662C: hue angle of 85.86º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D662C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 44 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.6 |
| HSL | 85.86º | 0.4% | 0.29% | - |
| HSV(B) | 85.86º | 0.57% | 0.4% | - |
| XYZ | 8.27 | 11.26 | 4.12 | - |
| YUV | 87.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 44 | 0.25 | 0 | 0.57 | 0.6 | 85.86 | 0.4 | 0.29 |
| Hex | 4D | 66 | 2C | 19 | 0 | 39 | 3C | 56 | 28 | 1D |
| Octal | 115 | 146 | 54 | 31 | 0 | 71 | 74 | 126 | 50 | 35 |
| Binary | 1001101 | 1100110 | 101100 | 11001 | 0 | 111001 | 111100 | 1010110 | 101000 | 11101 |
Color Harmonies of #4D662C
Complementary color
Monochromatic Colors of #4D662C
Black with #4D662C
Text Example
Text Example
White with #4D662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D662C; }
p { color: rgb(77,102,44); }
H1.HeaderClassName
{
color: #4D662C;
}
.AnyTagClassName
{
color: #4D662C;
}
</style>
background-color css
<style>
a { background-color: #4D662C; }
a { background-color: rgb(77,102,44); }
div.DivClassName
{
background-color: #4D662C;
}
.BgClassName
{
background-color: #4D662C;
}
</style>
border-color css
<style>
span { border-color: #4D662C; }
span { border-color: rgb(77,102,44); }
td.TdClassName
{
border-color: #4D662C;
}
.TagClassName
{
border-color: #4D662C;
}
</style>