Shades of Green Leaf #4A760D
Tints of Green Leaf #4A760D
RGB
CMYK
RGB Variations
Color information
#4A760D (or 0x4A760D) is known color: Green Leaf. HEX triplet: 4A, 76 and 0D. RGB value is (74,118,13). Sum of RGB (Red+Green+Blue) = 74+118+13=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #4A760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A760D is #B589F2. Grayscale: #5D5D5D. Windows color (decimal): -11897331 or 882250. OLE color: 882250.
HSL color Cylindrical-coordinate representation of color #4A760D: hue angle of 85.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A760D is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 13 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.54 |
| HSL | 85.14º | 0.8% | 0.26% | - |
| HSV(B) | 85.14º | 0.89% | 0.46% | - |
| XYZ | 9.38 | 14.44 | 2.67 | - |
| YUV | 92.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 13 | 0.37 | 0 | 0.89 | 0.54 | 85.14 | 0.8 | 0.26 |
| Hex | 4A | 76 | D | 25 | 0 | 59 | 36 | 55 | 50 | 1A |
| Octal | 112 | 166 | 15 | 45 | 0 | 131 | 66 | 125 | 120 | 32 |
| Binary | 1001010 | 1110110 | 1101 | 100101 | 0 | 1011001 | 110110 | 1010101 | 1010000 | 11010 |
Color Harmonies of #4A760D
Complementary color
Monochromatic Colors of #4A760D
Black with #4A760D
Text Example
Text Example
White with #4A760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A760D; }
p { color: rgb(74,118,13); }
H1.HeaderClassName
{
color: #4A760D;
}
.AnyTagClassName
{
color: #4A760D;
}
</style>
background-color css
<style>
a { background-color: #4A760D; }
a { background-color: rgb(74,118,13); }
div.DivClassName
{
background-color: #4A760D;
}
.BgClassName
{
background-color: #4A760D;
}
</style>
border-color css
<style>
span { border-color: #4A760D; }
span { border-color: rgb(74,118,13); }
td.TdClassName
{
border-color: #4A760D;
}
.TagClassName
{
border-color: #4A760D;
}
</style>