Shades of Green Leaf #4A7726
Tints of Green Leaf #4A7726
RGB
CMYK
RGB Variations
Color information
#4A7726 (or 0x4A7726) is known color: Green Leaf. HEX triplet: 4A, 77 and 26. RGB value is (74,119,38). Sum of RGB (Red+Green+Blue) = 74+119+38=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7726 is #B588D9. Grayscale: #606060. Windows color (decimal): -11897050 or 2520906. OLE color: 2520906.
HSL color Cylindrical-coordinate representation of color #4A7726: hue angle of 93.33º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A7726 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 38 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.53 |
| HSL | 93.33º | 0.52% | 0.31% | - |
| HSV(B) | 93.33º | 0.68% | 0.47% | - |
| XYZ | 9.77 | 14.79 | 4.17 | - |
| YUV | 96.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 38 | 0.38 | 0 | 0.68 | 0.53 | 93.33 | 0.52 | 0.31 |
| Hex | 4A | 77 | 26 | 26 | 0 | 44 | 35 | 5D | 34 | 1F |
| Octal | 112 | 167 | 46 | 46 | 0 | 104 | 65 | 135 | 64 | 37 |
| Binary | 1001010 | 1110111 | 100110 | 100110 | 0 | 1000100 | 110101 | 1011101 | 110100 | 11111 |
Color Harmonies of #4A7726
Complementary color
Monochromatic Colors of #4A7726
Black with #4A7726
Text Example
Text Example
White with #4A7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7726; }
p { color: rgb(74,119,38); }
H1.HeaderClassName
{
color: #4A7726;
}
.AnyTagClassName
{
color: #4A7726;
}
</style>
background-color css
<style>
a { background-color: #4A7726; }
a { background-color: rgb(74,119,38); }
div.DivClassName
{
background-color: #4A7726;
}
.BgClassName
{
background-color: #4A7726;
}
</style>
border-color css
<style>
span { border-color: #4A7726; }
span { border-color: rgb(74,119,38); }
td.TdClassName
{
border-color: #4A7726;
}
.TagClassName
{
border-color: #4A7726;
}
</style>