Shades of Green Leaf #4D6A20
Tints of Green Leaf #4D6A20
RGB
CMYK
RGB Variations
Color information
#4D6A20 (or 0x4D6A20) is known color: Green Leaf. HEX triplet: 4D, 6A and 20. RGB value is (77,106,32). Sum of RGB (Red+Green+Blue) = 77+106+32=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A20 is #B295DF. Grayscale: #595959. Windows color (decimal): -11703776 or 2124365. OLE color: 2124365.
HSL color Cylindrical-coordinate representation of color #4D6A20: hue angle of 83.51º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D6A20 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 32 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.58 |
| HSL | 83.51º | 0.54% | 0.27% | - |
| HSV(B) | 83.51º | 0.7% | 0.42% | - |
| XYZ | 8.48 | 11.99 | 3.23 | - |
| YUV | 88.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 32 | 0.27 | 0 | 0.70 | 0.58 | 83.51 | 0.54 | 0.27 |
| Hex | 4D | 6A | 20 | 1B | 0 | 46 | 3A | 54 | 36 | 1B |
| Octal | 115 | 152 | 40 | 33 | 0 | 106 | 72 | 124 | 66 | 33 |
| Binary | 1001101 | 1101010 | 100000 | 11011 | 0 | 1000110 | 111010 | 1010100 | 110110 | 11011 |
Color Harmonies of #4D6A20
Complementary color
Monochromatic Colors of #4D6A20
Black with #4D6A20
Text Example
Text Example
White with #4D6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A20; }
p { color: rgb(77,106,32); }
H1.HeaderClassName
{
color: #4D6A20;
}
.AnyTagClassName
{
color: #4D6A20;
}
</style>
background-color css
<style>
a { background-color: #4D6A20; }
a { background-color: rgb(77,106,32); }
div.DivClassName
{
background-color: #4D6A20;
}
.BgClassName
{
background-color: #4D6A20;
}
</style>
border-color css
<style>
span { border-color: #4D6A20; }
span { border-color: rgb(77,106,32); }
td.TdClassName
{
border-color: #4D6A20;
}
.TagClassName
{
border-color: #4D6A20;
}
</style>