Shades of Green Leaf #4A730A
Tints of Green Leaf #4A730A
RGB
CMYK
RGB Variations
Color information
#4A730A (or 0x4A730A) is known color: Green Leaf. HEX triplet: 4A, 73 and 0A. RGB value is (74,115,10). Sum of RGB (Red+Green+Blue) = 74+115+10=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #4A730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A730A is #B58CF5. Grayscale: #5B5B5B. Windows color (decimal): -11898102 or 684874. OLE color: 684874.
HSL color Cylindrical-coordinate representation of color #4A730A: hue angle of 83.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A730A is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 10 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.55 |
| HSL | 83.43º | 0.84% | 0.25% | - |
| HSV(B) | 83.43º | 0.91% | 0.45% | - |
| XYZ | 9.01 | 13.74 | 2.46 | - |
| YUV | 90.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 10 | 0.36 | 0 | 0.91 | 0.55 | 83.43 | 0.84 | 0.25 |
| Hex | 4A | 73 | A | 24 | 0 | 5B | 37 | 53 | 54 | 19 |
| Octal | 112 | 163 | 12 | 44 | 0 | 133 | 67 | 123 | 124 | 31 |
| Binary | 1001010 | 1110011 | 1010 | 100100 | 0 | 1011011 | 110111 | 1010011 | 1010100 | 11001 |
Color Harmonies of #4A730A
Complementary color
Monochromatic Colors of #4A730A
Black with #4A730A
Text Example
Text Example
White with #4A730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A730A; }
p { color: rgb(74,115,10); }
H1.HeaderClassName
{
color: #4A730A;
}
.AnyTagClassName
{
color: #4A730A;
}
</style>
background-color css
<style>
a { background-color: #4A730A; }
a { background-color: rgb(74,115,10); }
div.DivClassName
{
background-color: #4A730A;
}
.BgClassName
{
background-color: #4A730A;
}
</style>
border-color css
<style>
span { border-color: #4A730A; }
span { border-color: rgb(74,115,10); }
td.TdClassName
{
border-color: #4A730A;
}
.TagClassName
{
border-color: #4A730A;
}
</style>