Shades of Green Leaf #4C7228
Tints of Green Leaf #4C7228
RGB
CMYK
RGB Variations
Color information
#4C7228 (or 0x4C7228) is known color: Green Leaf. HEX triplet: 4C, 72 and 28. RGB value is (76,114,40). Sum of RGB (Red+Green+Blue) = 76+114+40=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7228 is #B38DD7. Grayscale: #5E5E5E. Windows color (decimal): -11767256 or 2650700. OLE color: 2650700.
HSL color Cylindrical-coordinate representation of color #4C7228: hue angle of 90.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C7228 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 40 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.55 |
| HSL | 90.81º | 0.48% | 0.3% | - |
| HSV(B) | 90.81º | 0.65% | 0.45% | - |
| XYZ | 9.38 | 13.72 | 4.16 | - |
| YUV | 94.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 40 | 0.33 | 0 | 0.65 | 0.55 | 90.81 | 0.48 | 0.3 |
| Hex | 4C | 72 | 28 | 21 | 0 | 41 | 37 | 5B | 30 | 1E |
| Octal | 114 | 162 | 50 | 41 | 0 | 101 | 67 | 133 | 60 | 36 |
| Binary | 1001100 | 1110010 | 101000 | 100001 | 0 | 1000001 | 110111 | 1011011 | 110000 | 11110 |
Color Harmonies of #4C7228
Complementary color
Monochromatic Colors of #4C7228
Black with #4C7228
Text Example
Text Example
White with #4C7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7228; }
p { color: rgb(76,114,40); }
H1.HeaderClassName
{
color: #4C7228;
}
.AnyTagClassName
{
color: #4C7228;
}
</style>
background-color css
<style>
a { background-color: #4C7228; }
a { background-color: rgb(76,114,40); }
div.DivClassName
{
background-color: #4C7228;
}
.BgClassName
{
background-color: #4C7228;
}
</style>
border-color css
<style>
span { border-color: #4C7228; }
span { border-color: rgb(76,114,40); }
td.TdClassName
{
border-color: #4C7228;
}
.TagClassName
{
border-color: #4C7228;
}
</style>