Shades of Green Leaf #4A7019
Tints of Green Leaf #4A7019
RGB
CMYK
RGB Variations
Color information
#4A7019 (or 0x4A7019) is known color: Green Leaf. HEX triplet: 4A, 70 and 19. RGB value is (74,112,25). Sum of RGB (Red+Green+Blue) = 74+112+25=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7019 is #B58FE6. Grayscale: #5B5B5B. Windows color (decimal): -11898855 or 1667146. OLE color: 1667146.
HSL color Cylindrical-coordinate representation of color #4A7019: hue angle of 86.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A7019 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 25 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.56 |
| HSL | 86.21º | 0.64% | 0.27% | - |
| HSV(B) | 86.21º | 0.78% | 0.44% | - |
| XYZ | 8.79 | 13.11 | 2.99 | - |
| YUV | 90.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 25 | 0.34 | 0 | 0.78 | 0.56 | 86.21 | 0.64 | 0.27 |
| Hex | 4A | 70 | 19 | 22 | 0 | 4E | 38 | 56 | 40 | 1B |
| Octal | 112 | 160 | 31 | 42 | 0 | 116 | 70 | 126 | 100 | 33 |
| Binary | 1001010 | 1110000 | 11001 | 100010 | 0 | 1001110 | 111000 | 1010110 | 1000000 | 11011 |
Color Harmonies of #4A7019
Complementary color
Monochromatic Colors of #4A7019
Black with #4A7019
Text Example
Text Example
White with #4A7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7019; }
p { color: rgb(74,112,25); }
H1.HeaderClassName
{
color: #4A7019;
}
.AnyTagClassName
{
color: #4A7019;
}
</style>
background-color css
<style>
a { background-color: #4A7019; }
a { background-color: rgb(74,112,25); }
div.DivClassName
{
background-color: #4A7019;
}
.BgClassName
{
background-color: #4A7019;
}
</style>
border-color css
<style>
span { border-color: #4A7019; }
span { border-color: rgb(74,112,25); }
td.TdClassName
{
border-color: #4A7019;
}
.TagClassName
{
border-color: #4A7019;
}
</style>