Shades of Green Leaf #4A641E
Tints of Green Leaf #4A641E
RGB
CMYK
RGB Variations
Color information
#4A641E (or 0x4A641E) is known color: Green Leaf. HEX triplet: 4A, 64 and 1E. RGB value is (74,100,30). Sum of RGB (Red+Green+Blue) = 74+100+30=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #4A641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A641E is #B59BE1. Grayscale: #545454. Windows color (decimal): -11901922 or 1991754. OLE color: 1991754.
HSL color Cylindrical-coordinate representation of color #4A641E: hue angle of 82.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A641E is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 30 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.61 |
| HSL | 82.29º | 0.54% | 0.25% | - |
| HSV(B) | 82.29º | 0.7% | 0.39% | - |
| XYZ | 7.62 | 10.66 | 2.89 | - |
| YUV | 84.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 30 | 0.26 | 0 | 0.70 | 0.61 | 82.29 | 0.54 | 0.25 |
| Hex | 4A | 64 | 1E | 1A | 0 | 46 | 3D | 52 | 36 | 19 |
| Octal | 112 | 144 | 36 | 32 | 0 | 106 | 75 | 122 | 66 | 31 |
| Binary | 1001010 | 1100100 | 11110 | 11010 | 0 | 1000110 | 111101 | 1010010 | 110110 | 11001 |
Color Harmonies of #4A641E
Complementary color
Monochromatic Colors of #4A641E
Black with #4A641E
Text Example
Text Example
White with #4A641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A641E; }
p { color: rgb(74,100,30); }
H1.HeaderClassName
{
color: #4A641E;
}
.AnyTagClassName
{
color: #4A641E;
}
</style>
background-color css
<style>
a { background-color: #4A641E; }
a { background-color: rgb(74,100,30); }
div.DivClassName
{
background-color: #4A641E;
}
.BgClassName
{
background-color: #4A641E;
}
</style>
border-color css
<style>
span { border-color: #4A641E; }
span { border-color: rgb(74,100,30); }
td.TdClassName
{
border-color: #4A641E;
}
.TagClassName
{
border-color: #4A641E;
}
</style>