Shades of Green Leaf #4A6D11
Tints of Green Leaf #4A6D11
RGB
CMYK
RGB Variations
Color information
#4A6D11 (or 0x4A6D11) is known color: Green Leaf. HEX triplet: 4A, 6D and 11. RGB value is (74,109,17). Sum of RGB (Red+Green+Blue) = 74+109+17=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6D11 is #B592EE. Grayscale: #585858. Windows color (decimal): -11899631 or 1142090. OLE color: 1142090.
HSL color Cylindrical-coordinate representation of color #4A6D11: hue angle of 82.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A6D11 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 109 | 17 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.57 |
| HSL | 82.83º | 0.73% | 0.25% | - |
| HSV(B) | 82.83º | 0.84% | 0.43% | - |
| XYZ | 8.39 | 12.43 | 2.49 | - |
| YUV | 88.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 17 | 0.32 | 0 | 0.84 | 0.57 | 82.83 | 0.73 | 0.25 |
| Hex | 4A | 6D | 11 | 20 | 0 | 54 | 39 | 53 | 49 | 19 |
| Octal | 112 | 155 | 21 | 40 | 0 | 124 | 71 | 123 | 111 | 31 |
| Binary | 1001010 | 1101101 | 10001 | 100000 | 0 | 1010100 | 111001 | 1010011 | 1001001 | 11001 |
Color Harmonies of #4A6D11
Complementary color
Monochromatic Colors of #4A6D11
Black with #4A6D11
Text Example
Text Example
White with #4A6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6D11; }
p { color: rgb(74,109,17); }
H1.HeaderClassName
{
color: #4A6D11;
}
.AnyTagClassName
{
color: #4A6D11;
}
</style>
background-color css
<style>
a { background-color: #4A6D11; }
a { background-color: rgb(74,109,17); }
div.DivClassName
{
background-color: #4A6D11;
}
.BgClassName
{
background-color: #4A6D11;
}
</style>
border-color css
<style>
span { border-color: #4A6D11; }
span { border-color: rgb(74,109,17); }
td.TdClassName
{
border-color: #4A6D11;
}
.TagClassName
{
border-color: #4A6D11;
}
</style>