Shades of Green Leaf #4C722B
Tints of Green Leaf #4C722B
RGB
CMYK
RGB Variations
Color information
#4C722B (or 0x4C722B) is known color: Green Leaf. HEX triplet: 4C, 72 and 2B. RGB value is (76,114,43). Sum of RGB (Red+Green+Blue) = 76+114+43=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #4C722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C722B is #B38DD4. Grayscale: #5E5E5E. Windows color (decimal): -11767253 or 2847308. OLE color: 2847308.
HSL color Cylindrical-coordinate representation of color #4C722B: hue angle of 92.11º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C722B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 43 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.55 |
| HSL | 92.11º | 0.45% | 0.31% | - |
| HSV(B) | 92.11º | 0.62% | 0.45% | - |
| XYZ | 9.43 | 13.75 | 4.44 | - |
| YUV | 94.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 43 | 0.33 | 0 | 0.62 | 0.55 | 92.11 | 0.45 | 0.31 |
| Hex | 4C | 72 | 2B | 21 | 0 | 3E | 37 | 5C | 2D | 1F |
| Octal | 114 | 162 | 53 | 41 | 0 | 76 | 67 | 134 | 55 | 37 |
| Binary | 1001100 | 1110010 | 101011 | 100001 | 0 | 111110 | 110111 | 1011100 | 101101 | 11111 |
Color Harmonies of #4C722B
Complementary color
Monochromatic Colors of #4C722B
Black with #4C722B
Text Example
Text Example
White with #4C722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C722B; }
p { color: rgb(76,114,43); }
H1.HeaderClassName
{
color: #4C722B;
}
.AnyTagClassName
{
color: #4C722B;
}
</style>
background-color css
<style>
a { background-color: #4C722B; }
a { background-color: rgb(76,114,43); }
div.DivClassName
{
background-color: #4C722B;
}
.BgClassName
{
background-color: #4C722B;
}
</style>
border-color css
<style>
span { border-color: #4C722B; }
span { border-color: rgb(76,114,43); }
td.TdClassName
{
border-color: #4C722B;
}
.TagClassName
{
border-color: #4C722B;
}
</style>