Shades of Green Leaf #4C6229
Tints of Green Leaf #4C6229
RGB
CMYK
RGB Variations
Color information
#4C6229 (or 0x4C6229) is known color: Green Leaf. HEX triplet: 4C, 62 and 29. RGB value is (76,98,41). Sum of RGB (Red+Green+Blue) = 76+98+41=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6229 is #B39DD6. Grayscale: #555555. Windows color (decimal): -11771351 or 2712140. OLE color: 2712140.
HSL color Cylindrical-coordinate representation of color #4C6229: hue angle of 83.16º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C6229 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 41 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.62 |
| HSL | 83.16º | 0.41% | 0.27% | - |
| HSV(B) | 83.16º | 0.58% | 0.38% | - |
| XYZ | 7.75 | 10.43 | 3.7 | - |
| YUV | 84.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 41 | 0.22 | 0 | 0.58 | 0.62 | 83.16 | 0.41 | 0.27 |
| Hex | 4C | 62 | 29 | 16 | 0 | 3A | 3E | 53 | 29 | 1B |
| Octal | 114 | 142 | 51 | 26 | 0 | 72 | 76 | 123 | 51 | 33 |
| Binary | 1001100 | 1100010 | 101001 | 10110 | 0 | 111010 | 111110 | 1010011 | 101001 | 11011 |
Color Harmonies of #4C6229
Complementary color
Monochromatic Colors of #4C6229
Black with #4C6229
Text Example
Text Example
White with #4C6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6229; }
p { color: rgb(76,98,41); }
H1.HeaderClassName
{
color: #4C6229;
}
.AnyTagClassName
{
color: #4C6229;
}
</style>
background-color css
<style>
a { background-color: #4C6229; }
a { background-color: rgb(76,98,41); }
div.DivClassName
{
background-color: #4C6229;
}
.BgClassName
{
background-color: #4C6229;
}
</style>
border-color css
<style>
span { border-color: #4C6229; }
span { border-color: rgb(76,98,41); }
td.TdClassName
{
border-color: #4C6229;
}
.TagClassName
{
border-color: #4C6229;
}
</style>