Shades of Green Leaf #4A6429
Tints of Green Leaf #4A6429
RGB
CMYK
RGB Variations
Color information
#4A6429 (or 0x4A6429) is known color: Green Leaf. HEX triplet: 4A, 64 and 29. RGB value is (74,100,41). Sum of RGB (Red+Green+Blue) = 74+100+41=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6429 is #B59BD6. Grayscale: #555555. Windows color (decimal): -11901911 or 2712650. OLE color: 2712650.
HSL color Cylindrical-coordinate representation of color #4A6429: hue angle of 86.44º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A6429 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 41 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.61 |
| HSL | 86.44º | 0.42% | 0.28% | - |
| HSV(B) | 86.44º | 0.59% | 0.39% | - |
| XYZ | 7.78 | 10.73 | 3.76 | - |
| YUV | 85.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 41 | 0.26 | 0 | 0.59 | 0.61 | 86.44 | 0.42 | 0.28 |
| Hex | 4A | 64 | 29 | 1A | 0 | 3B | 3D | 56 | 2A | 1C |
| Octal | 112 | 144 | 51 | 32 | 0 | 73 | 75 | 126 | 52 | 34 |
| Binary | 1001010 | 1100100 | 101001 | 11010 | 0 | 111011 | 111101 | 1010110 | 101010 | 11100 |
Color Harmonies of #4A6429
Complementary color
Monochromatic Colors of #4A6429
Black with #4A6429
Text Example
Text Example
White with #4A6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6429; }
p { color: rgb(74,100,41); }
H1.HeaderClassName
{
color: #4A6429;
}
.AnyTagClassName
{
color: #4A6429;
}
</style>
background-color css
<style>
a { background-color: #4A6429; }
a { background-color: rgb(74,100,41); }
div.DivClassName
{
background-color: #4A6429;
}
.BgClassName
{
background-color: #4A6429;
}
</style>
border-color css
<style>
span { border-color: #4A6429; }
span { border-color: rgb(74,100,41); }
td.TdClassName
{
border-color: #4A6429;
}
.TagClassName
{
border-color: #4A6429;
}
</style>