Shades of Green Leaf #4A7419
Tints of Green Leaf #4A7419
RGB
CMYK
RGB Variations
Color information
#4A7419 (or 0x4A7419) is known color: Green Leaf. HEX triplet: 4A, 74 and 19. RGB value is (74,116,25). Sum of RGB (Red+Green+Blue) = 74+116+25=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7419 is #B58BE6. Grayscale: #5D5D5D. Windows color (decimal): -11897831 or 1668170. OLE color: 1668170.
HSL color Cylindrical-coordinate representation of color #4A7419: hue angle of 87.69º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A7419 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 25 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.55 |
| HSL | 87.69º | 0.65% | 0.28% | - |
| HSV(B) | 87.69º | 0.78% | 0.45% | - |
| XYZ | 9.24 | 14.02 | 3.14 | - |
| YUV | 93.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 25 | 0.36 | 0 | 0.78 | 0.55 | 87.69 | 0.65 | 0.28 |
| Hex | 4A | 74 | 19 | 24 | 0 | 4E | 37 | 58 | 41 | 1C |
| Octal | 112 | 164 | 31 | 44 | 0 | 116 | 67 | 130 | 101 | 34 |
| Binary | 1001010 | 1110100 | 11001 | 100100 | 0 | 1001110 | 110111 | 1011000 | 1000001 | 11100 |
Color Harmonies of #4A7419
Complementary color
Monochromatic Colors of #4A7419
Black with #4A7419
Text Example
Text Example
White with #4A7419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7419; }
p { color: rgb(74,116,25); }
H1.HeaderClassName
{
color: #4A7419;
}
.AnyTagClassName
{
color: #4A7419;
}
</style>
background-color css
<style>
a { background-color: #4A7419; }
a { background-color: rgb(74,116,25); }
div.DivClassName
{
background-color: #4A7419;
}
.BgClassName
{
background-color: #4A7419;
}
</style>
border-color css
<style>
span { border-color: #4A7419; }
span { border-color: rgb(74,116,25); }
td.TdClassName
{
border-color: #4A7419;
}
.TagClassName
{
border-color: #4A7419;
}
</style>