Shades of Green Leaf #4A6629
Tints of Green Leaf #4A6629
RGB
CMYK
RGB Variations
Color information
#4A6629 (or 0x4A6629) is known color: Green Leaf. HEX triplet: 4A, 66 and 29. RGB value is (74,102,41). Sum of RGB (Red+Green+Blue) = 74+102+41=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6629 is #B599D6. Grayscale: #565656. Windows color (decimal): -11901399 or 2713162. OLE color: 2713162.
HSL color Cylindrical-coordinate representation of color #4A6629: hue angle of 87.54º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A6629 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 41 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.6 |
| HSL | 87.54º | 0.43% | 0.28% | - |
| HSV(B) | 87.54º | 0.6% | 0.4% | - |
| XYZ | 7.98 | 11.12 | 3.82 | - |
| YUV | 86.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 41 | 0.27 | 0 | 0.60 | 0.6 | 87.54 | 0.43 | 0.28 |
| Hex | 4A | 66 | 29 | 1B | 0 | 3C | 3C | 58 | 2B | 1C |
| Octal | 112 | 146 | 51 | 33 | 0 | 74 | 74 | 130 | 53 | 34 |
| Binary | 1001010 | 1100110 | 101001 | 11011 | 0 | 111100 | 111100 | 1011000 | 101011 | 11100 |
Color Harmonies of #4A6629
Complementary color
Monochromatic Colors of #4A6629
Black with #4A6629
Text Example
Text Example
White with #4A6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6629; }
p { color: rgb(74,102,41); }
H1.HeaderClassName
{
color: #4A6629;
}
.AnyTagClassName
{
color: #4A6629;
}
</style>
background-color css
<style>
a { background-color: #4A6629; }
a { background-color: rgb(74,102,41); }
div.DivClassName
{
background-color: #4A6629;
}
.BgClassName
{
background-color: #4A6629;
}
</style>
border-color css
<style>
span { border-color: #4A6629; }
span { border-color: rgb(74,102,41); }
td.TdClassName
{
border-color: #4A6629;
}
.TagClassName
{
border-color: #4A6629;
}
</style>