Shades of Green Leaf #4C7325
Tints of Green Leaf #4C7325
RGB
CMYK
RGB Variations
Color information
#4C7325 (or 0x4C7325) is known color: Green Leaf. HEX triplet: 4C, 73 and 25. RGB value is (76,115,37). Sum of RGB (Red+Green+Blue) = 76+115+37=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7325 is #B38CDA. Grayscale: #5E5E5E. Windows color (decimal): -11767003 or 2454348. OLE color: 2454348.
HSL color Cylindrical-coordinate representation of color #4C7325: hue angle of 90º 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 #4C7325 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 37 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.55 |
| HSL | 90º | 0.51% | 0.3% | - |
| HSV(B) | 90º | 0.68% | 0.45% | - |
| XYZ | 9.45 | 13.93 | 3.94 | - |
| YUV | 94.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 37 | 0.34 | 0 | 0.68 | 0.55 | 90 | 0.51 | 0.3 |
| Hex | 4C | 73 | 25 | 22 | 0 | 44 | 37 | 5A | 33 | 1E |
| Octal | 114 | 163 | 45 | 42 | 0 | 104 | 67 | 132 | 63 | 36 |
| Binary | 1001100 | 1110011 | 100101 | 100010 | 0 | 1000100 | 110111 | 1011010 | 110011 | 11110 |
Color Harmonies of #4C7325
Complementary color
Monochromatic Colors of #4C7325
Black with #4C7325
Text Example
Text Example
White with #4C7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7325; }
p { color: rgb(76,115,37); }
H1.HeaderClassName
{
color: #4C7325;
}
.AnyTagClassName
{
color: #4C7325;
}
</style>
background-color css
<style>
a { background-color: #4C7325; }
a { background-color: rgb(76,115,37); }
div.DivClassName
{
background-color: #4C7325;
}
.BgClassName
{
background-color: #4C7325;
}
</style>
border-color css
<style>
span { border-color: #4C7325; }
span { border-color: rgb(76,115,37); }
td.TdClassName
{
border-color: #4C7325;
}
.TagClassName
{
border-color: #4C7325;
}
</style>