Shades of Green Leaf #4D6A26
Tints of Green Leaf #4D6A26
RGB
CMYK
RGB Variations
Color information
#4D6A26 (or 0x4D6A26) is known color: Green Leaf. HEX triplet: 4D, 6A and 26. RGB value is (77,106,38). Sum of RGB (Red+Green+Blue) = 77+106+38=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A26 is #B295D9. Grayscale: #595959. Windows color (decimal): -11703770 or 2517581. OLE color: 2517581.
HSL color Cylindrical-coordinate representation of color #4D6A26: hue angle of 85.59º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D6A26 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 38 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.58 |
| HSL | 85.59º | 0.47% | 0.28% | - |
| HSV(B) | 85.59º | 0.64% | 0.42% | - |
| XYZ | 8.56 | 12.03 | 3.7 | - |
| YUV | 89.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 38 | 0.27 | 0 | 0.64 | 0.58 | 85.59 | 0.47 | 0.28 |
| Hex | 4D | 6A | 26 | 1B | 0 | 40 | 3A | 56 | 2F | 1C |
| Octal | 115 | 152 | 46 | 33 | 0 | 100 | 72 | 126 | 57 | 34 |
| Binary | 1001101 | 1101010 | 100110 | 11011 | 0 | 1000000 | 111010 | 1010110 | 101111 | 11100 |
Color Harmonies of #4D6A26
Complementary color
Monochromatic Colors of #4D6A26
Black with #4D6A26
Text Example
Text Example
White with #4D6A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A26; }
p { color: rgb(77,106,38); }
H1.HeaderClassName
{
color: #4D6A26;
}
.AnyTagClassName
{
color: #4D6A26;
}
</style>
background-color css
<style>
a { background-color: #4D6A26; }
a { background-color: rgb(77,106,38); }
div.DivClassName
{
background-color: #4D6A26;
}
.BgClassName
{
background-color: #4D6A26;
}
</style>
border-color css
<style>
span { border-color: #4D6A26; }
span { border-color: rgb(77,106,38); }
td.TdClassName
{
border-color: #4D6A26;
}
.TagClassName
{
border-color: #4D6A26;
}
</style>