Shades of Green Leaf #4D6428
Tints of Green Leaf #4D6428
RGB
CMYK
RGB Variations
Color information
#4D6428 (or 0x4D6428) is known color: Green Leaf. HEX triplet: 4D, 64 and 28. RGB value is (77,100,40). Sum of RGB (Red+Green+Blue) = 77+100+40=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6428 is #B29BD7. Grayscale: #565656. Windows color (decimal): -11705304 or 2647117. OLE color: 2647117.
HSL color Cylindrical-coordinate representation of color #4D6428: hue angle of 83º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D6428 is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 40 | - |
| CMYK | 0.23 | 0 | 0.6 | 0.61 |
| HSL | 83º | 0.43% | 0.27% | - |
| HSV(B) | 83º | 0.6% | 0.39% | - |
| XYZ | 8 | 10.85 | 3.68 | - |
| YUV | 86.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 40 | 0.23 | 0 | 0.6 | 0.61 | 83 | 0.43 | 0.27 |
| Hex | 4D | 64 | 28 | 17 | 0 | 3C | 3D | 53 | 2B | 1B |
| Octal | 115 | 144 | 50 | 27 | 0 | 74 | 75 | 123 | 53 | 33 |
| Binary | 1001101 | 1100100 | 101000 | 10111 | 0 | 111100 | 111101 | 1010011 | 101011 | 11011 |
Color Harmonies of #4D6428
Complementary color
Monochromatic Colors of #4D6428
Black with #4D6428
Text Example
Text Example
White with #4D6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6428; }
p { color: rgb(77,100,40); }
H1.HeaderClassName
{
color: #4D6428;
}
.AnyTagClassName
{
color: #4D6428;
}
</style>
background-color css
<style>
a { background-color: #4D6428; }
a { background-color: rgb(77,100,40); }
div.DivClassName
{
background-color: #4D6428;
}
.BgClassName
{
background-color: #4D6428;
}
</style>
border-color css
<style>
span { border-color: #4D6428; }
span { border-color: rgb(77,100,40); }
td.TdClassName
{
border-color: #4D6428;
}
.TagClassName
{
border-color: #4D6428;
}
</style>