Shades of Green Leaf #4D7325
Tints of Green Leaf #4D7325
RGB
CMYK
RGB Variations
Color information
#4D7325 (or 0x4D7325) is known color: Green Leaf. HEX triplet: 4D, 73 and 25. RGB value is (77,115,37). Sum of RGB (Red+Green+Blue) = 77+115+37=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7325 is #B28CDA. Grayscale: #5F5F5F. Windows color (decimal): -11701467 or 2454349. OLE color: 2454349.
HSL color Cylindrical-coordinate representation of color #4D7325: hue angle of 89.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7325 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 37 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.55 |
| HSL | 89.23º | 0.51% | 0.3% | - |
| HSV(B) | 89.23º | 0.68% | 0.45% | - |
| XYZ | 9.53 | 13.97 | 3.95 | - |
| YUV | 94.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 37 | 0.33 | 0 | 0.68 | 0.55 | 89.23 | 0.51 | 0.3 |
| Hex | 4D | 73 | 25 | 21 | 0 | 44 | 37 | 59 | 33 | 1E |
| Octal | 115 | 163 | 45 | 41 | 0 | 104 | 67 | 131 | 63 | 36 |
| Binary | 1001101 | 1110011 | 100101 | 100001 | 0 | 1000100 | 110111 | 1011001 | 110011 | 11110 |
Color Harmonies of #4D7325
Complementary color
Monochromatic Colors of #4D7325
Black with #4D7325
Text Example
Text Example
White with #4D7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7325; }
p { color: rgb(77,115,37); }
H1.HeaderClassName
{
color: #4D7325;
}
.AnyTagClassName
{
color: #4D7325;
}
</style>
background-color css
<style>
a { background-color: #4D7325; }
a { background-color: rgb(77,115,37); }
div.DivClassName
{
background-color: #4D7325;
}
.BgClassName
{
background-color: #4D7325;
}
</style>
border-color css
<style>
span { border-color: #4D7325; }
span { border-color: rgb(77,115,37); }
td.TdClassName
{
border-color: #4D7325;
}
.TagClassName
{
border-color: #4D7325;
}
</style>