Shades of Green Leaf #4C6329
Tints of Green Leaf #4C6329
RGB
CMYK
RGB Variations
Color information
#4C6329 (or 0x4C6329) is known color: Green Leaf. HEX triplet: 4C, 63 and 29. RGB value is (76,99,41). Sum of RGB (Red+Green+Blue) = 76+99+41=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6329 is #B39CD6. Grayscale: #555555. Windows color (decimal): -11771095 or 2712396. OLE color: 2712396.
HSL color Cylindrical-coordinate representation of color #4C6329: hue angle of 83.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6329 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 41 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.61 |
| HSL | 83.79º | 0.41% | 0.27% | - |
| HSV(B) | 83.79º | 0.59% | 0.39% | - |
| XYZ | 7.84 | 10.62 | 3.73 | - |
| YUV | 85.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 41 | 0.23 | 0 | 0.59 | 0.61 | 83.79 | 0.41 | 0.27 |
| Hex | 4C | 63 | 29 | 17 | 0 | 3B | 3D | 54 | 29 | 1B |
| Octal | 114 | 143 | 51 | 27 | 0 | 73 | 75 | 124 | 51 | 33 |
| Binary | 1001100 | 1100011 | 101001 | 10111 | 0 | 111011 | 111101 | 1010100 | 101001 | 11011 |
Color Harmonies of #4C6329
Complementary color
Monochromatic Colors of #4C6329
Black with #4C6329
Text Example
Text Example
White with #4C6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6329; }
p { color: rgb(76,99,41); }
H1.HeaderClassName
{
color: #4C6329;
}
.AnyTagClassName
{
color: #4C6329;
}
</style>
background-color css
<style>
a { background-color: #4C6329; }
a { background-color: rgb(76,99,41); }
div.DivClassName
{
background-color: #4C6329;
}
.BgClassName
{
background-color: #4C6329;
}
</style>
border-color css
<style>
span { border-color: #4C6329; }
span { border-color: rgb(76,99,41); }
td.TdClassName
{
border-color: #4C6329;
}
.TagClassName
{
border-color: #4C6329;
}
</style>