Shades of Green Leaf #4D7528
Tints of Green Leaf #4D7528
RGB
CMYK
RGB Variations
Color information
#4D7528 (or 0x4D7528) is known color: Green Leaf. HEX triplet: 4D, 75 and 28. RGB value is (77,117,40). Sum of RGB (Red+Green+Blue) = 77+117+40=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7528 is #B28AD7. Grayscale: #606060. Windows color (decimal): -11700952 or 2651469. OLE color: 2651469.
HSL color Cylindrical-coordinate representation of color #4D7528: hue angle of 91.17º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D7528 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 40 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.54 |
| HSL | 91.17º | 0.49% | 0.31% | - |
| HSV(B) | 91.17º | 0.66% | 0.46% | - |
| XYZ | 9.8 | 14.45 | 4.28 | - |
| YUV | 96.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 40 | 0.34 | 0 | 0.66 | 0.54 | 91.17 | 0.49 | 0.31 |
| Hex | 4D | 75 | 28 | 22 | 0 | 42 | 36 | 5B | 31 | 1F |
| Octal | 115 | 165 | 50 | 42 | 0 | 102 | 66 | 133 | 61 | 37 |
| Binary | 1001101 | 1110101 | 101000 | 100010 | 0 | 1000010 | 110110 | 1011011 | 110001 | 11111 |
Color Harmonies of #4D7528
Complementary color
Monochromatic Colors of #4D7528
Black with #4D7528
Text Example
Text Example
White with #4D7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7528; }
p { color: rgb(77,117,40); }
H1.HeaderClassName
{
color: #4D7528;
}
.AnyTagClassName
{
color: #4D7528;
}
</style>
background-color css
<style>
a { background-color: #4D7528; }
a { background-color: rgb(77,117,40); }
div.DivClassName
{
background-color: #4D7528;
}
.BgClassName
{
background-color: #4D7528;
}
</style>
border-color css
<style>
span { border-color: #4D7528; }
span { border-color: rgb(77,117,40); }
td.TdClassName
{
border-color: #4D7528;
}
.TagClassName
{
border-color: #4D7528;
}
</style>