Shades of Green Leaf #4A6E16
Tints of Green Leaf #4A6E16
RGB
CMYK
RGB Variations
Color information
#4A6E16 (or 0x4A6E16) is known color: Green Leaf. HEX triplet: 4A, 6E and 16. RGB value is (74,110,22). Sum of RGB (Red+Green+Blue) = 74+110+22=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6E16 is #B591E9. Grayscale: #595959. Windows color (decimal): -11899370 or 1470026. OLE color: 1470026.
HSL color Cylindrical-coordinate representation of color #4A6E16: hue angle of 84.55º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A6E16 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 22 | - |
| CMYK | 0.33 | 0 | 0.8 | 0.57 |
| HSL | 84.55º | 0.67% | 0.26% | - |
| HSV(B) | 84.55º | 0.8% | 0.43% | - |
| XYZ | 8.54 | 12.67 | 2.75 | - |
| YUV | 89.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 22 | 0.33 | 0 | 0.8 | 0.57 | 84.55 | 0.67 | 0.26 |
| Hex | 4A | 6E | 16 | 21 | 0 | 50 | 39 | 55 | 43 | 1A |
| Octal | 112 | 156 | 26 | 41 | 0 | 120 | 71 | 125 | 103 | 32 |
| Binary | 1001010 | 1101110 | 10110 | 100001 | 0 | 1010000 | 111001 | 1010101 | 1000011 | 11010 |
Color Harmonies of #4A6E16
Complementary color
Monochromatic Colors of #4A6E16
Black with #4A6E16
Text Example
Text Example
White with #4A6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E16; }
p { color: rgb(74,110,22); }
H1.HeaderClassName
{
color: #4A6E16;
}
.AnyTagClassName
{
color: #4A6E16;
}
</style>
background-color css
<style>
a { background-color: #4A6E16; }
a { background-color: rgb(74,110,22); }
div.DivClassName
{
background-color: #4A6E16;
}
.BgClassName
{
background-color: #4A6E16;
}
</style>
border-color css
<style>
span { border-color: #4A6E16; }
span { border-color: rgb(74,110,22); }
td.TdClassName
{
border-color: #4A6E16;
}
.TagClassName
{
border-color: #4A6E16;
}
</style>