Shades of Green Leaf #4A7314
Tints of Green Leaf #4A7314
RGB
CMYK
RGB Variations
Color information
#4A7314 (or 0x4A7314) is known color: Green Leaf. HEX triplet: 4A, 73 and 14. RGB value is (74,115,20). Sum of RGB (Red+Green+Blue) = 74+115+20=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7314 is #B58CEB. Grayscale: #5C5C5C. Windows color (decimal): -11898092 or 1340234. OLE color: 1340234.
HSL color Cylindrical-coordinate representation of color #4A7314: hue angle of 85.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A7314 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 20 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.55 |
| HSL | 85.89º | 0.7% | 0.26% | - |
| HSV(B) | 85.89º | 0.83% | 0.45% | - |
| XYZ | 9.08 | 13.77 | 2.84 | - |
| YUV | 91.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 20 | 0.36 | 0 | 0.83 | 0.55 | 85.89 | 0.7 | 0.26 |
| Hex | 4A | 73 | 14 | 24 | 0 | 53 | 37 | 56 | 46 | 1A |
| Octal | 112 | 163 | 24 | 44 | 0 | 123 | 67 | 126 | 106 | 32 |
| Binary | 1001010 | 1110011 | 10100 | 100100 | 0 | 1010011 | 110111 | 1010110 | 1000110 | 11010 |
Color Harmonies of #4A7314
Complementary color
Monochromatic Colors of #4A7314
Black with #4A7314
Text Example
Text Example
White with #4A7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7314; }
p { color: rgb(74,115,20); }
H1.HeaderClassName
{
color: #4A7314;
}
.AnyTagClassName
{
color: #4A7314;
}
</style>
background-color css
<style>
a { background-color: #4A7314; }
a { background-color: rgb(74,115,20); }
div.DivClassName
{
background-color: #4A7314;
}
.BgClassName
{
background-color: #4A7314;
}
</style>
border-color css
<style>
span { border-color: #4A7314; }
span { border-color: rgb(74,115,20); }
td.TdClassName
{
border-color: #4A7314;
}
.TagClassName
{
border-color: #4A7314;
}
</style>