Shades of Green Leaf #4A700C
Tints of Green Leaf #4A700C
RGB
CMYK
RGB Variations
Color information
#4A700C (or 0x4A700C) is known color: Green Leaf. HEX triplet: 4A, 70 and 0C. RGB value is (74,112,12). Sum of RGB (Red+Green+Blue) = 74+112+12=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #4A700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A700C is #B58FF3. Grayscale: #595959. Windows color (decimal): -11898868 or 815178. OLE color: 815178.
HSL color Cylindrical-coordinate representation of color #4A700C: hue angle of 82.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A700C is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 12 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.56 |
| HSL | 82.8º | 0.81% | 0.24% | - |
| HSV(B) | 82.8º | 0.89% | 0.44% | - |
| XYZ | 8.68 | 13.07 | 2.41 | - |
| YUV | 89.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 12 | 0.34 | 0 | 0.89 | 0.56 | 82.8 | 0.81 | 0.24 |
| Hex | 4A | 70 | C | 22 | 0 | 59 | 38 | 53 | 51 | 18 |
| Octal | 112 | 160 | 14 | 42 | 0 | 131 | 70 | 123 | 121 | 30 |
| Binary | 1001010 | 1110000 | 1100 | 100010 | 0 | 1011001 | 111000 | 1010011 | 1010001 | 11000 |
Color Harmonies of #4A700C
Complementary color
Monochromatic Colors of #4A700C
Black with #4A700C
Text Example
Text Example
White with #4A700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A700C; }
p { color: rgb(74,112,12); }
H1.HeaderClassName
{
color: #4A700C;
}
.AnyTagClassName
{
color: #4A700C;
}
</style>
background-color css
<style>
a { background-color: #4A700C; }
a { background-color: rgb(74,112,12); }
div.DivClassName
{
background-color: #4A700C;
}
.BgClassName
{
background-color: #4A700C;
}
</style>
border-color css
<style>
span { border-color: #4A700C; }
span { border-color: rgb(74,112,12); }
td.TdClassName
{
border-color: #4A700C;
}
.TagClassName
{
border-color: #4A700C;
}
</style>