Shades of Green Leaf #4D7328
Tints of Green Leaf #4D7328
RGB
CMYK
RGB Variations
Color information
#4D7328 (or 0x4D7328) is known color: Green Leaf. HEX triplet: 4D, 73 and 28. RGB value is (77,115,40). Sum of RGB (Red+Green+Blue) = 77+115+40=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7328 is #B28CD7. Grayscale: #5F5F5F. Windows color (decimal): -11701464 or 2650957. OLE color: 2650957.
HSL color Cylindrical-coordinate representation of color #4D7328: hue angle of 90.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D7328 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 40 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.55 |
| HSL | 90.4º | 0.48% | 0.3% | - |
| HSV(B) | 90.4º | 0.65% | 0.45% | - |
| XYZ | 9.57 | 13.99 | 4.2 | - |
| YUV | 95.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 40 | 0.33 | 0 | 0.65 | 0.55 | 90.4 | 0.48 | 0.3 |
| Hex | 4D | 73 | 28 | 21 | 0 | 41 | 37 | 5A | 30 | 1E |
| Octal | 115 | 163 | 50 | 41 | 0 | 101 | 67 | 132 | 60 | 36 |
| Binary | 1001101 | 1110011 | 101000 | 100001 | 0 | 1000001 | 110111 | 1011010 | 110000 | 11110 |
Color Harmonies of #4D7328
Complementary color
Monochromatic Colors of #4D7328
Black with #4D7328
Text Example
Text Example
White with #4D7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7328; }
p { color: rgb(77,115,40); }
H1.HeaderClassName
{
color: #4D7328;
}
.AnyTagClassName
{
color: #4D7328;
}
</style>
background-color css
<style>
a { background-color: #4D7328; }
a { background-color: rgb(77,115,40); }
div.DivClassName
{
background-color: #4D7328;
}
.BgClassName
{
background-color: #4D7328;
}
</style>
border-color css
<style>
span { border-color: #4D7328; }
span { border-color: rgb(77,115,40); }
td.TdClassName
{
border-color: #4D7328;
}
.TagClassName
{
border-color: #4D7328;
}
</style>