Shades of Green Leaf #4A7306
Tints of Green Leaf #4A7306
RGB
CMYK
RGB Variations
Color information
#4A7306 (or 0x4A7306) is known color: Green Leaf. HEX triplet: 4A, 73 and 06. RGB value is (74,115,6). Sum of RGB (Red+Green+Blue) = 74+115+6=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7306 is #B58CF9. Grayscale: #5A5A5A. Windows color (decimal): -11898106 or 422730. OLE color: 422730.
HSL color Cylindrical-coordinate representation of color #4A7306: hue angle of 82.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A7306 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 6 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.55 |
| HSL | 82.57º | 0.9% | 0.24% | - |
| HSV(B) | 82.57º | 0.95% | 0.45% | - |
| XYZ | 8.99 | 13.73 | 2.35 | - |
| YUV | 90.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 6 | 0.36 | 0 | 0.95 | 0.55 | 82.57 | 0.9 | 0.24 |
| Hex | 4A | 73 | 6 | 24 | 0 | 5F | 37 | 53 | 5A | 18 |
| Octal | 112 | 163 | 6 | 44 | 0 | 137 | 67 | 123 | 132 | 30 |
| Binary | 1001010 | 1110011 | 110 | 100100 | 0 | 1011111 | 110111 | 1010011 | 1011010 | 11000 |
Color Harmonies of #4A7306
Complementary color
Monochromatic Colors of #4A7306
Black with #4A7306
Text Example
Text Example
White with #4A7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7306; }
p { color: rgb(74,115,6); }
H1.HeaderClassName
{
color: #4A7306;
}
.AnyTagClassName
{
color: #4A7306;
}
</style>
background-color css
<style>
a { background-color: #4A7306; }
a { background-color: rgb(74,115,6); }
div.DivClassName
{
background-color: #4A7306;
}
.BgClassName
{
background-color: #4A7306;
}
</style>
border-color css
<style>
span { border-color: #4A7306; }
span { border-color: rgb(74,115,6); }
td.TdClassName
{
border-color: #4A7306;
}
.TagClassName
{
border-color: #4A7306;
}
</style>