Shades of Green Leaf #4A710B
Tints of Green Leaf #4A710B
RGB
CMYK
RGB Variations
Color information
#4A710B (or 0x4A710B) is known color: Green Leaf. HEX triplet: 4A, 71 and 0B. RGB value is (74,113,11). Sum of RGB (Red+Green+Blue) = 74+113+11=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #4A710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A710B is #B58EF4. Grayscale: #5A5A5A. Windows color (decimal): -11898613 or 749898. OLE color: 749898.
HSL color Cylindrical-coordinate representation of color #4A710B: hue angle of 82.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A710B is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 11 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.56 |
| HSL | 82.94º | 0.82% | 0.24% | - |
| HSV(B) | 82.94º | 0.9% | 0.44% | - |
| XYZ | 8.79 | 13.29 | 2.42 | - |
| YUV | 89.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 11 | 0.35 | 0 | 0.90 | 0.56 | 82.94 | 0.82 | 0.24 |
| Hex | 4A | 71 | B | 23 | 0 | 5A | 38 | 53 | 52 | 18 |
| Octal | 112 | 161 | 13 | 43 | 0 | 132 | 70 | 123 | 122 | 30 |
| Binary | 1001010 | 1110001 | 1011 | 100011 | 0 | 1011010 | 111000 | 1010011 | 1010010 | 11000 |
Color Harmonies of #4A710B
Complementary color
Monochromatic Colors of #4A710B
Black with #4A710B
Text Example
Text Example
White with #4A710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A710B; }
p { color: rgb(74,113,11); }
H1.HeaderClassName
{
color: #4A710B;
}
.AnyTagClassName
{
color: #4A710B;
}
</style>
background-color css
<style>
a { background-color: #4A710B; }
a { background-color: rgb(74,113,11); }
div.DivClassName
{
background-color: #4A710B;
}
.BgClassName
{
background-color: #4A710B;
}
</style>
border-color css
<style>
span { border-color: #4A710B; }
span { border-color: rgb(74,113,11); }
td.TdClassName
{
border-color: #4A710B;
}
.TagClassName
{
border-color: #4A710B;
}
</style>