Shades of Green Leaf #4D7021
Tints of Green Leaf #4D7021
RGB
CMYK
RGB Variations
Color information
#4D7021 (or 0x4D7021) is known color: Green Leaf. HEX triplet: 4D, 70 and 21. RGB value is (77,112,33). Sum of RGB (Red+Green+Blue) = 77+112+33=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7021 is #B28FDE. Grayscale: #5C5C5C. Windows color (decimal): -11702239 or 2191437. OLE color: 2191437.
HSL color Cylindrical-coordinate representation of color #4D7021: hue angle of 86.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D7021 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 33 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.56 |
| HSL | 86.58º | 0.54% | 0.28% | - |
| HSV(B) | 86.58º | 0.71% | 0.44% | - |
| XYZ | 9.13 | 13.28 | 3.52 | - |
| YUV | 92.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 33 | 0.31 | 0 | 0.71 | 0.56 | 86.58 | 0.54 | 0.28 |
| Hex | 4D | 70 | 21 | 1F | 0 | 47 | 38 | 57 | 36 | 1C |
| Octal | 115 | 160 | 41 | 37 | 0 | 107 | 70 | 127 | 66 | 34 |
| Binary | 1001101 | 1110000 | 100001 | 11111 | 0 | 1000111 | 111000 | 1010111 | 110110 | 11100 |
Color Harmonies of #4D7021
Complementary color
Monochromatic Colors of #4D7021
Black with #4D7021
Text Example
Text Example
White with #4D7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7021; }
p { color: rgb(77,112,33); }
H1.HeaderClassName
{
color: #4D7021;
}
.AnyTagClassName
{
color: #4D7021;
}
</style>
background-color css
<style>
a { background-color: #4D7021; }
a { background-color: rgb(77,112,33); }
div.DivClassName
{
background-color: #4D7021;
}
.BgClassName
{
background-color: #4D7021;
}
</style>
border-color css
<style>
span { border-color: #4D7021; }
span { border-color: rgb(77,112,33); }
td.TdClassName
{
border-color: #4D7021;
}
.TagClassName
{
border-color: #4D7021;
}
</style>