Shades of Green Leaf #4A7A14
Tints of Green Leaf #4A7A14
RGB
CMYK
RGB Variations
Color information
#4A7A14 (or 0x4A7A14) is known color: Green Leaf. HEX triplet: 4A, 7A and 14. RGB value is (74,122,20). Sum of RGB (Red+Green+Blue) = 74+122+20=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7A14 is #B585EB. Grayscale: #606060. Windows color (decimal): -11896300 or 1342026. OLE color: 1342026.
HSL color Cylindrical-coordinate representation of color #4A7A14: hue angle of 88.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A7A14 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 122 | 20 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.52 |
| HSL | 88.24º | 0.72% | 0.28% | - |
| HSV(B) | 88.24º | 0.84% | 0.48% | - |
| XYZ | 9.91 | 15.43 | 3.12 | - |
| YUV | 96.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 122 | 20 | 0.39 | 0 | 0.84 | 0.52 | 88.24 | 0.72 | 0.28 |
| Hex | 4A | 7A | 14 | 27 | 0 | 54 | 34 | 58 | 48 | 1C |
| Octal | 112 | 172 | 24 | 47 | 0 | 124 | 64 | 130 | 110 | 34 |
| Binary | 1001010 | 1111010 | 10100 | 100111 | 0 | 1010100 | 110100 | 1011000 | 1001000 | 11100 |
Color Harmonies of #4A7A14
Complementary color
Monochromatic Colors of #4A7A14
Black with #4A7A14
Text Example
Text Example
White with #4A7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7A14; }
p { color: rgb(74,122,20); }
H1.HeaderClassName
{
color: #4A7A14;
}
.AnyTagClassName
{
color: #4A7A14;
}
</style>
background-color css
<style>
a { background-color: #4A7A14; }
a { background-color: rgb(74,122,20); }
div.DivClassName
{
background-color: #4A7A14;
}
.BgClassName
{
background-color: #4A7A14;
}
</style>
border-color css
<style>
span { border-color: #4A7A14; }
span { border-color: rgb(74,122,20); }
td.TdClassName
{
border-color: #4A7A14;
}
.TagClassName
{
border-color: #4A7A14;
}
</style>