Shades of Green Leaf #4A7612
Tints of Green Leaf #4A7612
RGB
CMYK
RGB Variations
Color information
#4A7612 (or 0x4A7612) is known color: Green Leaf. HEX triplet: 4A, 76 and 12. RGB value is (74,118,18). Sum of RGB (Red+Green+Blue) = 74+118+18=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7612 is #B589ED. Grayscale: #5D5D5D. Windows color (decimal): -11897326 or 1209930. OLE color: 1209930.
HSL color Cylindrical-coordinate representation of color #4A7612: hue angle of 86.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A7612 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 18 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.54 |
| HSL | 86.4º | 0.74% | 0.27% | - |
| HSV(B) | 86.4º | 0.85% | 0.46% | - |
| XYZ | 9.41 | 14.46 | 2.87 | - |
| YUV | 93.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 18 | 0.37 | 0 | 0.85 | 0.54 | 86.4 | 0.74 | 0.27 |
| Hex | 4A | 76 | 12 | 25 | 0 | 55 | 36 | 56 | 4A | 1B |
| Octal | 112 | 166 | 22 | 45 | 0 | 125 | 66 | 126 | 112 | 33 |
| Binary | 1001010 | 1110110 | 10010 | 100101 | 0 | 1010101 | 110110 | 1010110 | 1001010 | 11011 |
Color Harmonies of #4A7612
Complementary color
Monochromatic Colors of #4A7612
Black with #4A7612
Text Example
Text Example
White with #4A7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7612; }
p { color: rgb(74,118,18); }
H1.HeaderClassName
{
color: #4A7612;
}
.AnyTagClassName
{
color: #4A7612;
}
</style>
background-color css
<style>
a { background-color: #4A7612; }
a { background-color: rgb(74,118,18); }
div.DivClassName
{
background-color: #4A7612;
}
.BgClassName
{
background-color: #4A7612;
}
</style>
border-color css
<style>
span { border-color: #4A7612; }
span { border-color: rgb(74,118,18); }
td.TdClassName
{
border-color: #4A7612;
}
.TagClassName
{
border-color: #4A7612;
}
</style>