Shades of Green Leaf #4D7525
Tints of Green Leaf #4D7525
RGB
CMYK
RGB Variations
Color information
#4D7525 (or 0x4D7525) is known color: Green Leaf. HEX triplet: 4D, 75 and 25. RGB value is (77,117,37). Sum of RGB (Red+Green+Blue) = 77+117+37=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7525 is #B28ADA. Grayscale: #606060. Windows color (decimal): -11700955 or 2454861. OLE color: 2454861.
HSL color Cylindrical-coordinate representation of color #4D7525: hue angle of 90º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7525 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 37 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.54 |
| HSL | 90º | 0.52% | 0.3% | - |
| HSV(B) | 90º | 0.68% | 0.46% | - |
| XYZ | 9.76 | 14.43 | 4.02 | - |
| YUV | 95.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 37 | 0.34 | 0 | 0.68 | 0.54 | 90 | 0.52 | 0.3 |
| Hex | 4D | 75 | 25 | 22 | 0 | 44 | 36 | 5A | 34 | 1E |
| Octal | 115 | 165 | 45 | 42 | 0 | 104 | 66 | 132 | 64 | 36 |
| Binary | 1001101 | 1110101 | 100101 | 100010 | 0 | 1000100 | 110110 | 1011010 | 110100 | 11110 |
Color Harmonies of #4D7525
Complementary color
Monochromatic Colors of #4D7525
Black with #4D7525
Text Example
Text Example
White with #4D7525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7525; }
p { color: rgb(77,117,37); }
H1.HeaderClassName
{
color: #4D7525;
}
.AnyTagClassName
{
color: #4D7525;
}
</style>
background-color css
<style>
a { background-color: #4D7525; }
a { background-color: rgb(77,117,37); }
div.DivClassName
{
background-color: #4D7525;
}
.BgClassName
{
background-color: #4D7525;
}
</style>
border-color css
<style>
span { border-color: #4D7525; }
span { border-color: rgb(77,117,37); }
td.TdClassName
{
border-color: #4D7525;
}
.TagClassName
{
border-color: #4D7525;
}
</style>