Shades of Myrtle #226112
Tints of Myrtle #226112
RGB
CMYK
RGB Variations
Color information
#226112 (or 0x226112) is known color: Myrtle. HEX triplet: 22, 61 and 12. RGB value is (34,97,18). Sum of RGB (Red+Green+Blue) = 34+97+18=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #226112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226112 is #DD9EED. Grayscale: #454545. Windows color (decimal): -14524142 or 1204514. OLE color: 1204514.
HSL color Cylindrical-coordinate representation of color #226112: hue angle of 107.85º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226112 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 97 | 18 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.62 |
| HSL | 107.85º | 0.69% | 0.23% | - |
| HSV(B) | 107.85º | 0.81% | 0.38% | - |
| XYZ | 5.04 | 8.93 | 2.03 | - |
| YUV | 69.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 18 | 0.65 | 0 | 0.81 | 0.62 | 107.85 | 0.69 | 0.23 |
| Hex | 22 | 61 | 12 | 41 | 0 | 51 | 3E | 6C | 45 | 17 |
| Octal | 42 | 141 | 22 | 101 | 0 | 121 | 76 | 154 | 105 | 27 |
| Binary | 100010 | 1100001 | 10010 | 1000001 | 0 | 1010001 | 111110 | 1101100 | 1000101 | 10111 |
Color Harmonies of #226112
Complementary color
Monochromatic Colors of #226112
Black with #226112
Text Example
Text Example
White with #226112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226112; }
p { color: rgb(34,97,18); }
H1.HeaderClassName
{
color: #226112;
}
.AnyTagClassName
{
color: #226112;
}
</style>
background-color css
<style>
a { background-color: #226112; }
a { background-color: rgb(34,97,18); }
div.DivClassName
{
background-color: #226112;
}
.BgClassName
{
background-color: #226112;
}
</style>
border-color css
<style>
span { border-color: #226112; }
span { border-color: rgb(34,97,18); }
td.TdClassName
{
border-color: #226112;
}
.TagClassName
{
border-color: #226112;
}
</style>