Shades of Green Leaf #4C732B
Tints of Green Leaf #4C732B
RGB
CMYK
RGB Variations
Color information
#4C732B (or 0x4C732B) is known color: Green Leaf. HEX triplet: 4C, 73 and 2B. RGB value is (76,115,43). Sum of RGB (Red+Green+Blue) = 76+115+43=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #4C732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C732B is #B38CD4. Grayscale: #5F5F5F. Windows color (decimal): -11766997 or 2847564. OLE color: 2847564.
HSL color Cylindrical-coordinate representation of color #4C732B: hue angle of 92.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C732B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 43 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.55 |
| HSL | 92.5º | 0.46% | 0.31% | - |
| HSV(B) | 92.5º | 0.63% | 0.45% | - |
| XYZ | 9.55 | 13.97 | 4.48 | - |
| YUV | 95.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 43 | 0.34 | 0 | 0.63 | 0.55 | 92.5 | 0.46 | 0.31 |
| Hex | 4C | 73 | 2B | 22 | 0 | 3F | 37 | 5C | 2E | 1F |
| Octal | 114 | 163 | 53 | 42 | 0 | 77 | 67 | 134 | 56 | 37 |
| Binary | 1001100 | 1110011 | 101011 | 100010 | 0 | 111111 | 110111 | 1011100 | 101110 | 11111 |
Color Harmonies of #4C732B
Complementary color
Monochromatic Colors of #4C732B
Black with #4C732B
Text Example
Text Example
White with #4C732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C732B; }
p { color: rgb(76,115,43); }
H1.HeaderClassName
{
color: #4C732B;
}
.AnyTagClassName
{
color: #4C732B;
}
</style>
background-color css
<style>
a { background-color: #4C732B; }
a { background-color: rgb(76,115,43); }
div.DivClassName
{
background-color: #4C732B;
}
.BgClassName
{
background-color: #4C732B;
}
</style>
border-color css
<style>
span { border-color: #4C732B; }
span { border-color: rgb(76,115,43); }
td.TdClassName
{
border-color: #4C732B;
}
.TagClassName
{
border-color: #4C732B;
}
</style>