Shades of Green Leaf #4A7718
Tints of Green Leaf #4A7718
RGB
CMYK
RGB Variations
Color information
#4A7718 (or 0x4A7718) is known color: Green Leaf. HEX triplet: 4A, 77 and 18. RGB value is (74,119,24). Sum of RGB (Red+Green+Blue) = 74+119+24=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7718 is #B588E7. Grayscale: #5F5F5F. Windows color (decimal): -11897064 or 1603402. OLE color: 1603402.
HSL color Cylindrical-coordinate representation of color #4A7718: hue angle of 88.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A7718 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 24 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.53 |
| HSL | 88.42º | 0.66% | 0.28% | - |
| HSV(B) | 88.42º | 0.8% | 0.47% | - |
| XYZ | 9.59 | 14.72 | 3.2 | - |
| YUV | 94.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 24 | 0.38 | 0 | 0.80 | 0.53 | 88.42 | 0.66 | 0.28 |
| Hex | 4A | 77 | 18 | 26 | 0 | 50 | 35 | 58 | 42 | 1C |
| Octal | 112 | 167 | 30 | 46 | 0 | 120 | 65 | 130 | 102 | 34 |
| Binary | 1001010 | 1110111 | 11000 | 100110 | 0 | 1010000 | 110101 | 1011000 | 1000010 | 11100 |
Color Harmonies of #4A7718
Complementary color
Monochromatic Colors of #4A7718
Black with #4A7718
Text Example
Text Example
White with #4A7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7718; }
p { color: rgb(74,119,24); }
H1.HeaderClassName
{
color: #4A7718;
}
.AnyTagClassName
{
color: #4A7718;
}
</style>
background-color css
<style>
a { background-color: #4A7718; }
a { background-color: rgb(74,119,24); }
div.DivClassName
{
background-color: #4A7718;
}
.BgClassName
{
background-color: #4A7718;
}
</style>
border-color css
<style>
span { border-color: #4A7718; }
span { border-color: rgb(74,119,24); }
td.TdClassName
{
border-color: #4A7718;
}
.TagClassName
{
border-color: #4A7718;
}
</style>