Shades of Myrtle #226116
Tints of Myrtle #226116
RGB
CMYK
RGB Variations
Color information
#226116 (or 0x226116) is known color: Myrtle. HEX triplet: 22, 61 and 16. RGB value is (34,97,22). Sum of RGB (Red+Green+Blue) = 34+97+22=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #226116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226116 is #DD9EE9. Grayscale: #454545. Windows color (decimal): -14524138 or 1466658. OLE color: 1466658.
HSL color Cylindrical-coordinate representation of color #226116: hue angle of 110.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226116 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 97 | 22 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.62 |
| HSL | 110.4º | 0.63% | 0.23% | - |
| HSV(B) | 110.4º | 0.77% | 0.38% | - |
| XYZ | 5.08 | 8.95 | 2.22 | - |
| YUV | 69.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 22 | 0.65 | 0 | 0.77 | 0.62 | 110.4 | 0.63 | 0.23 |
| Hex | 22 | 61 | 16 | 41 | 0 | 4D | 3E | 6E | 3F | 17 |
| Octal | 42 | 141 | 26 | 101 | 0 | 115 | 76 | 156 | 77 | 27 |
| Binary | 100010 | 1100001 | 10110 | 1000001 | 0 | 1001101 | 111110 | 1101110 | 111111 | 10111 |
Color Harmonies of #226116
Complementary color
Monochromatic Colors of #226116
Black with #226116
Text Example
Text Example
White with #226116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226116; }
p { color: rgb(34,97,22); }
H1.HeaderClassName
{
color: #226116;
}
.AnyTagClassName
{
color: #226116;
}
</style>
background-color css
<style>
a { background-color: #226116; }
a { background-color: rgb(34,97,22); }
div.DivClassName
{
background-color: #226116;
}
.BgClassName
{
background-color: #226116;
}
</style>
border-color css
<style>
span { border-color: #226116; }
span { border-color: rgb(34,97,22); }
td.TdClassName
{
border-color: #226116;
}
.TagClassName
{
border-color: #226116;
}
</style>