Shades of Green Leaf #4A7026
Tints of Green Leaf #4A7026
RGB
CMYK
RGB Variations
Color information
#4A7026 (or 0x4A7026) is known color: Green Leaf. HEX triplet: 4A, 70 and 26. RGB value is (74,112,38). Sum of RGB (Red+Green+Blue) = 74+112+38=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7026 is #B58FD9. Grayscale: #5C5C5C. Windows color (decimal): -11898842 or 2519114. OLE color: 2519114.
HSL color Cylindrical-coordinate representation of color #4A7026: hue angle of 90.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7026 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 38 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.56 |
| HSL | 90.81º | 0.49% | 0.29% | - |
| HSV(B) | 90.81º | 0.66% | 0.44% | - |
| XYZ | 8.97 | 13.18 | 3.91 | - |
| YUV | 92.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 38 | 0.34 | 0 | 0.66 | 0.56 | 90.81 | 0.49 | 0.29 |
| Hex | 4A | 70 | 26 | 22 | 0 | 42 | 38 | 5B | 31 | 1D |
| Octal | 112 | 160 | 46 | 42 | 0 | 102 | 70 | 133 | 61 | 35 |
| Binary | 1001010 | 1110000 | 100110 | 100010 | 0 | 1000010 | 111000 | 1011011 | 110001 | 11101 |
Color Harmonies of #4A7026
Complementary color
Monochromatic Colors of #4A7026
Black with #4A7026
Text Example
Text Example
White with #4A7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7026; }
p { color: rgb(74,112,38); }
H1.HeaderClassName
{
color: #4A7026;
}
.AnyTagClassName
{
color: #4A7026;
}
</style>
background-color css
<style>
a { background-color: #4A7026; }
a { background-color: rgb(74,112,38); }
div.DivClassName
{
background-color: #4A7026;
}
.BgClassName
{
background-color: #4A7026;
}
</style>
border-color css
<style>
span { border-color: #4A7026; }
span { border-color: rgb(74,112,38); }
td.TdClassName
{
border-color: #4A7026;
}
.TagClassName
{
border-color: #4A7026;
}
</style>