Shades of Green Leaf #4A721D
Tints of Green Leaf #4A721D
RGB
CMYK
RGB Variations
Color information
#4A721D (or 0x4A721D) is known color: Green Leaf. HEX triplet: 4A, 72 and 1D. RGB value is (74,114,29). Sum of RGB (Red+Green+Blue) = 74+114+29=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #4A721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A721D is #B58DE2. Grayscale: #5C5C5C. Windows color (decimal): -11898339 or 1929802. OLE color: 1929802.
HSL color Cylindrical-coordinate representation of color #4A721D: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A721D is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 29 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.55 |
| HSL | 88.24º | 0.59% | 0.28% | - |
| HSV(B) | 88.24º | 0.75% | 0.45% | - |
| XYZ | 9.06 | 13.58 | 3.31 | - |
| YUV | 92.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 29 | 0.35 | 0 | 0.75 | 0.55 | 88.24 | 0.59 | 0.28 |
| Hex | 4A | 72 | 1D | 23 | 0 | 4B | 37 | 58 | 3B | 1C |
| Octal | 112 | 162 | 35 | 43 | 0 | 113 | 67 | 130 | 73 | 34 |
| Binary | 1001010 | 1110010 | 11101 | 100011 | 0 | 1001011 | 110111 | 1011000 | 111011 | 11100 |
Color Harmonies of #4A721D
Complementary color
Monochromatic Colors of #4A721D
Black with #4A721D
Text Example
Text Example
White with #4A721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A721D; }
p { color: rgb(74,114,29); }
H1.HeaderClassName
{
color: #4A721D;
}
.AnyTagClassName
{
color: #4A721D;
}
</style>
background-color css
<style>
a { background-color: #4A721D; }
a { background-color: rgb(74,114,29); }
div.DivClassName
{
background-color: #4A721D;
}
.BgClassName
{
background-color: #4A721D;
}
</style>
border-color css
<style>
span { border-color: #4A721D; }
span { border-color: rgb(74,114,29); }
td.TdClassName
{
border-color: #4A721D;
}
.TagClassName
{
border-color: #4A721D;
}
</style>