Shades of Green Leaf #4A7C0E
Tints of Green Leaf #4A7C0E
RGB
CMYK
RGB Variations
Color information
#4A7C0E (or 0x4A7C0E) is known color: Green Leaf. HEX triplet: 4A, 7C and 0E. RGB value is (74,124,14). Sum of RGB (Red+Green+Blue) = 74+124+14=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7C0E is #B583F1. Grayscale: #606060. Windows color (decimal): -11895794 or 949322. OLE color: 949322.
HSL color Cylindrical-coordinate representation of color #4A7C0E: hue angle of 87.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A7C0E is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 14 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.51 |
| HSL | 87.27º | 0.8% | 0.27% | - |
| HSV(B) | 87.27º | 0.89% | 0.49% | - |
| XYZ | 10.11 | 15.9 | 2.95 | - |
| YUV | 96.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 14 | 0.40 | 0 | 0.89 | 0.51 | 87.27 | 0.8 | 0.27 |
| Hex | 4A | 7C | E | 28 | 0 | 59 | 33 | 57 | 50 | 1B |
| Octal | 112 | 174 | 16 | 50 | 0 | 131 | 63 | 127 | 120 | 33 |
| Binary | 1001010 | 1111100 | 1110 | 101000 | 0 | 1011001 | 110011 | 1010111 | 1010000 | 11011 |
Color Harmonies of #4A7C0E
Complementary color
Monochromatic Colors of #4A7C0E
Black with #4A7C0E
Text Example
Text Example
White with #4A7C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C0E; }
p { color: rgb(74,124,14); }
H1.HeaderClassName
{
color: #4A7C0E;
}
.AnyTagClassName
{
color: #4A7C0E;
}
</style>
background-color css
<style>
a { background-color: #4A7C0E; }
a { background-color: rgb(74,124,14); }
div.DivClassName
{
background-color: #4A7C0E;
}
.BgClassName
{
background-color: #4A7C0E;
}
</style>
border-color css
<style>
span { border-color: #4A7C0E; }
span { border-color: rgb(74,124,14); }
td.TdClassName
{
border-color: #4A7C0E;
}
.TagClassName
{
border-color: #4A7C0E;
}
</style>