Shades of Green Leaf #4D662D
Tints of Green Leaf #4D662D
RGB
CMYK
RGB Variations
Color information
#4D662D (or 0x4D662D) is known color: Green Leaf. HEX triplet: 4D, 66 and 2D. RGB value is (77,102,45). Sum of RGB (Red+Green+Blue) = 77+102+45=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #4D662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D662D is #B299D2. Grayscale: #585858. Windows color (decimal): -11704787 or 2975309. OLE color: 2975309.
HSL color Cylindrical-coordinate representation of color #4D662D: hue angle of 86.32º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D662D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 45 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.6 |
| HSL | 86.32º | 0.39% | 0.29% | - |
| HSV(B) | 86.32º | 0.56% | 0.4% | - |
| XYZ | 8.29 | 11.27 | 4.22 | - |
| YUV | 88.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 45 | 0.25 | 0 | 0.56 | 0.6 | 86.32 | 0.39 | 0.29 |
| Hex | 4D | 66 | 2D | 19 | 0 | 38 | 3C | 56 | 27 | 1D |
| Octal | 115 | 146 | 55 | 31 | 0 | 70 | 74 | 126 | 47 | 35 |
| Binary | 1001101 | 1100110 | 101101 | 11001 | 0 | 111000 | 111100 | 1010110 | 100111 | 11101 |
Color Harmonies of #4D662D
Complementary color
Monochromatic Colors of #4D662D
Black with #4D662D
Text Example
Text Example
White with #4D662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D662D; }
p { color: rgb(77,102,45); }
H1.HeaderClassName
{
color: #4D662D;
}
.AnyTagClassName
{
color: #4D662D;
}
</style>
background-color css
<style>
a { background-color: #4D662D; }
a { background-color: rgb(77,102,45); }
div.DivClassName
{
background-color: #4D662D;
}
.BgClassName
{
background-color: #4D662D;
}
</style>
border-color css
<style>
span { border-color: #4D662D; }
span { border-color: rgb(77,102,45); }
td.TdClassName
{
border-color: #4D662D;
}
.TagClassName
{
border-color: #4D662D;
}
</style>