Shades of Green Leaf #4A700E
Tints of Green Leaf #4A700E
RGB
CMYK
RGB Variations
Color information
#4A700E (or 0x4A700E) is known color: Green Leaf. HEX triplet: 4A, 70 and 0E. RGB value is (74,112,14). Sum of RGB (Red+Green+Blue) = 74+112+14=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #4A700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A700E is #B58FF1. Grayscale: #595959. Windows color (decimal): -11898866 or 946250. OLE color: 946250.
HSL color Cylindrical-coordinate representation of color #4A700E: hue angle of 83.27º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A700E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 14 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.56 |
| HSL | 83.27º | 0.78% | 0.25% | - |
| HSV(B) | 83.27º | 0.88% | 0.44% | - |
| XYZ | 8.7 | 13.08 | 2.48 | - |
| YUV | 89.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 14 | 0.34 | 0 | 0.88 | 0.56 | 83.27 | 0.78 | 0.25 |
| Hex | 4A | 70 | E | 22 | 0 | 58 | 38 | 53 | 4E | 19 |
| Octal | 112 | 160 | 16 | 42 | 0 | 130 | 70 | 123 | 116 | 31 |
| Binary | 1001010 | 1110000 | 1110 | 100010 | 0 | 1011000 | 111000 | 1010011 | 1001110 | 11001 |
Color Harmonies of #4A700E
Complementary color
Monochromatic Colors of #4A700E
Black with #4A700E
Text Example
Text Example
White with #4A700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A700E; }
p { color: rgb(74,112,14); }
H1.HeaderClassName
{
color: #4A700E;
}
.AnyTagClassName
{
color: #4A700E;
}
</style>
background-color css
<style>
a { background-color: #4A700E; }
a { background-color: rgb(74,112,14); }
div.DivClassName
{
background-color: #4A700E;
}
.BgClassName
{
background-color: #4A700E;
}
</style>
border-color css
<style>
span { border-color: #4A700E; }
span { border-color: rgb(74,112,14); }
td.TdClassName
{
border-color: #4A700E;
}
.TagClassName
{
border-color: #4A700E;
}
</style>