Shades of Green Leaf #4C7229
Tints of Green Leaf #4C7229
RGB
CMYK
RGB Variations
Color information
#4C7229 (or 0x4C7229) is known color: Green Leaf. HEX triplet: 4C, 72 and 29. RGB value is (76,114,41). Sum of RGB (Red+Green+Blue) = 76+114+41=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7229 is #B38DD6. Grayscale: #5E5E5E. Windows color (decimal): -11767255 or 2716236. OLE color: 2716236.
HSL color Cylindrical-coordinate representation of color #4C7229: hue angle of 91.23º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C7229 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 41 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.55 |
| HSL | 91.23º | 0.47% | 0.3% | - |
| HSV(B) | 91.23º | 0.64% | 0.45% | - |
| XYZ | 9.4 | 13.73 | 4.25 | - |
| YUV | 94.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 41 | 0.33 | 0 | 0.64 | 0.55 | 91.23 | 0.47 | 0.3 |
| Hex | 4C | 72 | 29 | 21 | 0 | 40 | 37 | 5B | 2F | 1E |
| Octal | 114 | 162 | 51 | 41 | 0 | 100 | 67 | 133 | 57 | 36 |
| Binary | 1001100 | 1110010 | 101001 | 100001 | 0 | 1000000 | 110111 | 1011011 | 101111 | 11110 |
Color Harmonies of #4C7229
Complementary color
Monochromatic Colors of #4C7229
Black with #4C7229
Text Example
Text Example
White with #4C7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7229; }
p { color: rgb(76,114,41); }
H1.HeaderClassName
{
color: #4C7229;
}
.AnyTagClassName
{
color: #4C7229;
}
</style>
background-color css
<style>
a { background-color: #4C7229; }
a { background-color: rgb(76,114,41); }
div.DivClassName
{
background-color: #4C7229;
}
.BgClassName
{
background-color: #4C7229;
}
</style>
border-color css
<style>
span { border-color: #4C7229; }
span { border-color: rgb(76,114,41); }
td.TdClassName
{
border-color: #4C7229;
}
.TagClassName
{
border-color: #4C7229;
}
</style>