Shades of Green Leaf #4A700F
Tints of Green Leaf #4A700F
RGB
CMYK
RGB Variations
Color information
#4A700F (or 0x4A700F) is known color: Green Leaf. HEX triplet: 4A, 70 and 0F. RGB value is (74,112,15). Sum of RGB (Red+Green+Blue) = 74+112+15=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #4A700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A700F is #B58FF0. Grayscale: #595959. Windows color (decimal): -11898865 or 1011786. OLE color: 1011786.
HSL color Cylindrical-coordinate representation of color #4A700F: hue angle of 83.51º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A700F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 15 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.56 |
| HSL | 83.51º | 0.76% | 0.25% | - |
| HSV(B) | 83.51º | 0.87% | 0.44% | - |
| XYZ | 8.7 | 13.08 | 2.52 | - |
| YUV | 89.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 15 | 0.34 | 0 | 0.87 | 0.56 | 83.51 | 0.76 | 0.25 |
| Hex | 4A | 70 | F | 22 | 0 | 57 | 38 | 54 | 4C | 19 |
| Octal | 112 | 160 | 17 | 42 | 0 | 127 | 70 | 124 | 114 | 31 |
| Binary | 1001010 | 1110000 | 1111 | 100010 | 0 | 1010111 | 111000 | 1010100 | 1001100 | 11001 |
Color Harmonies of #4A700F
Complementary color
Monochromatic Colors of #4A700F
Black with #4A700F
Text Example
Text Example
White with #4A700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A700F; }
p { color: rgb(74,112,15); }
H1.HeaderClassName
{
color: #4A700F;
}
.AnyTagClassName
{
color: #4A700F;
}
</style>
background-color css
<style>
a { background-color: #4A700F; }
a { background-color: rgb(74,112,15); }
div.DivClassName
{
background-color: #4A700F;
}
.BgClassName
{
background-color: #4A700F;
}
</style>
border-color css
<style>
span { border-color: #4A700F; }
span { border-color: rgb(74,112,15); }
td.TdClassName
{
border-color: #4A700F;
}
.TagClassName
{
border-color: #4A700F;
}
</style>