Shades of Green Leaf #4A7705
Tints of Green Leaf #4A7705
RGB
CMYK
RGB Variations
Color information
#4A7705 (or 0x4A7705) is known color: Green Leaf. HEX triplet: 4A, 77 and 05. RGB value is (74,119,5). Sum of RGB (Red+Green+Blue) = 74+119+5=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7705 is #B588FA. Grayscale: #5C5C5C. Windows color (decimal): -11897083 or 358218. OLE color: 358218.
HSL color Cylindrical-coordinate representation of color #4A7705: hue angle of 83.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A7705 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.53 |
| HSL | 83.68º | 0.92% | 0.24% | - |
| HSV(B) | 83.68º | 0.96% | 0.47% | - |
| XYZ | 9.45 | 14.66 | 2.48 | - |
| YUV | 92.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 5 | 0.38 | 0 | 0.96 | 0.53 | 83.68 | 0.92 | 0.24 |
| Hex | 4A | 77 | 5 | 26 | 0 | 60 | 35 | 54 | 5C | 18 |
| Octal | 112 | 167 | 5 | 46 | 0 | 140 | 65 | 124 | 134 | 30 |
| Binary | 1001010 | 1110111 | 101 | 100110 | 0 | 1100000 | 110101 | 1010100 | 1011100 | 11000 |
Color Harmonies of #4A7705
Complementary color
Monochromatic Colors of #4A7705
Black with #4A7705
Text Example
Text Example
White with #4A7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7705; }
p { color: rgb(74,119,5); }
H1.HeaderClassName
{
color: #4A7705;
}
.AnyTagClassName
{
color: #4A7705;
}
</style>
background-color css
<style>
a { background-color: #4A7705; }
a { background-color: rgb(74,119,5); }
div.DivClassName
{
background-color: #4A7705;
}
.BgClassName
{
background-color: #4A7705;
}
</style>
border-color css
<style>
span { border-color: #4A7705; }
span { border-color: rgb(74,119,5); }
td.TdClassName
{
border-color: #4A7705;
}
.TagClassName
{
border-color: #4A7705;
}
</style>