Shades of Green Leaf #4A720B
Tints of Green Leaf #4A720B
RGB
CMYK
RGB Variations
Color information
#4A720B (or 0x4A720B) is known color: Green Leaf. HEX triplet: 4A, 72 and 0B. RGB value is (74,114,11). Sum of RGB (Red+Green+Blue) = 74+114+11=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720B is #B58DF4. Grayscale: #5A5A5A. Windows color (decimal): -11898357 or 750154. OLE color: 750154.
HSL color Cylindrical-coordinate representation of color #4A720B: hue angle of 83.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A720B is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 11 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.55 |
| HSL | 83.3º | 0.82% | 0.25% | - |
| HSV(B) | 83.3º | 0.9% | 0.45% | - |
| XYZ | 8.9 | 13.51 | 2.46 | - |
| YUV | 90.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 11 | 0.35 | 0 | 0.90 | 0.55 | 83.3 | 0.82 | 0.25 |
| Hex | 4A | 72 | B | 23 | 0 | 5A | 37 | 53 | 52 | 19 |
| Octal | 112 | 162 | 13 | 43 | 0 | 132 | 67 | 123 | 122 | 31 |
| Binary | 1001010 | 1110010 | 1011 | 100011 | 0 | 1011010 | 110111 | 1010011 | 1010010 | 11001 |
Color Harmonies of #4A720B
Complementary color
Monochromatic Colors of #4A720B
Black with #4A720B
Text Example
Text Example
White with #4A720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A720B; }
p { color: rgb(74,114,11); }
H1.HeaderClassName
{
color: #4A720B;
}
.AnyTagClassName
{
color: #4A720B;
}
</style>
background-color css
<style>
a { background-color: #4A720B; }
a { background-color: rgb(74,114,11); }
div.DivClassName
{
background-color: #4A720B;
}
.BgClassName
{
background-color: #4A720B;
}
</style>
border-color css
<style>
span { border-color: #4A720B; }
span { border-color: rgb(74,114,11); }
td.TdClassName
{
border-color: #4A720B;
}
.TagClassName
{
border-color: #4A720B;
}
</style>