Shades of Green Leaf #4D6328
Tints of Green Leaf #4D6328
RGB
CMYK
RGB Variations
Color information
#4D6328 (or 0x4D6328) is known color: Green Leaf. HEX triplet: 4D, 63 and 28. RGB value is (77,99,40). Sum of RGB (Red+Green+Blue) = 77+99+40=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6328 is #B29CD7. Grayscale: #555555. Windows color (decimal): -11705560 or 2646861. OLE color: 2646861.
HSL color Cylindrical-coordinate representation of color #4D6328: hue angle of 82.37º degrees, saturation: 0.42, 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 #4D6328 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 40 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.61 |
| HSL | 82.37º | 0.42% | 0.27% | - |
| HSV(B) | 82.37º | 0.6% | 0.39% | - |
| XYZ | 7.91 | 10.65 | 3.65 | - |
| YUV | 85.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 40 | 0.22 | 0 | 0.60 | 0.61 | 82.37 | 0.42 | 0.27 |
| Hex | 4D | 63 | 28 | 16 | 0 | 3C | 3D | 52 | 2A | 1B |
| Octal | 115 | 143 | 50 | 26 | 0 | 74 | 75 | 122 | 52 | 33 |
| Binary | 1001101 | 1100011 | 101000 | 10110 | 0 | 111100 | 111101 | 1010010 | 101010 | 11011 |
Color Harmonies of #4D6328
Complementary color
Monochromatic Colors of #4D6328
Black with #4D6328
Text Example
Text Example
White with #4D6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6328; }
p { color: rgb(77,99,40); }
H1.HeaderClassName
{
color: #4D6328;
}
.AnyTagClassName
{
color: #4D6328;
}
</style>
background-color css
<style>
a { background-color: #4D6328; }
a { background-color: rgb(77,99,40); }
div.DivClassName
{
background-color: #4D6328;
}
.BgClassName
{
background-color: #4D6328;
}
</style>
border-color css
<style>
span { border-color: #4D6328; }
span { border-color: rgb(77,99,40); }
td.TdClassName
{
border-color: #4D6328;
}
.TagClassName
{
border-color: #4D6328;
}
</style>