Shades of Green Leaf #4A7624
Tints of Green Leaf #4A7624
RGB
CMYK
RGB Variations
Color information
#4A7624 (or 0x4A7624) is known color: Green Leaf. HEX triplet: 4A, 76 and 24. RGB value is (74,118,36). Sum of RGB (Red+Green+Blue) = 74+118+36=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7624 is #B589DB. Grayscale: #5F5F5F. Windows color (decimal): -11897308 or 2389578. OLE color: 2389578.
HSL color Cylindrical-coordinate representation of color #4A7624: hue angle of 92.2º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7624 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 36 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.54 |
| HSL | 92.2º | 0.53% | 0.3% | - |
| HSV(B) | 92.2º | 0.69% | 0.46% | - |
| XYZ | 9.62 | 14.54 | 3.97 | - |
| YUV | 95.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 36 | 0.37 | 0 | 0.69 | 0.54 | 92.2 | 0.53 | 0.3 |
| Hex | 4A | 76 | 24 | 25 | 0 | 45 | 36 | 5C | 35 | 1E |
| Octal | 112 | 166 | 44 | 45 | 0 | 105 | 66 | 134 | 65 | 36 |
| Binary | 1001010 | 1110110 | 100100 | 100101 | 0 | 1000101 | 110110 | 1011100 | 110101 | 11110 |
Color Harmonies of #4A7624
Complementary color
Monochromatic Colors of #4A7624
Black with #4A7624
Text Example
Text Example
White with #4A7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7624; }
p { color: rgb(74,118,36); }
H1.HeaderClassName
{
color: #4A7624;
}
.AnyTagClassName
{
color: #4A7624;
}
</style>
background-color css
<style>
a { background-color: #4A7624; }
a { background-color: rgb(74,118,36); }
div.DivClassName
{
background-color: #4A7624;
}
.BgClassName
{
background-color: #4A7624;
}
</style>
border-color css
<style>
span { border-color: #4A7624; }
span { border-color: rgb(74,118,36); }
td.TdClassName
{
border-color: #4A7624;
}
.TagClassName
{
border-color: #4A7624;
}
</style>