Shades of Myrtle #226213
Tints of Myrtle #226213
RGB
CMYK
RGB Variations
Color information
#226213 (or 0x226213) is known color: Myrtle. HEX triplet: 22, 62 and 13. RGB value is (34,98,19). Sum of RGB (Red+Green+Blue) = 34+98+19=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #226213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226213 is #DD9DEC. Grayscale: #464646. Windows color (decimal): -14523885 or 1270306. OLE color: 1270306.
HSL color Cylindrical-coordinate representation of color #226213: hue angle of 108.61º degrees, saturation: 0.68, 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 #226213 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 98 | 19 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.62 |
| HSL | 108.61º | 0.68% | 0.23% | - |
| HSV(B) | 108.61º | 0.81% | 0.38% | - |
| XYZ | 5.14 | 9.12 | 2.11 | - |
| YUV | 69.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 19 | 0.65 | 0 | 0.81 | 0.62 | 108.61 | 0.68 | 0.23 |
| Hex | 22 | 62 | 13 | 41 | 0 | 51 | 3E | 6D | 44 | 17 |
| Octal | 42 | 142 | 23 | 101 | 0 | 121 | 76 | 155 | 104 | 27 |
| Binary | 100010 | 1100010 | 10011 | 1000001 | 0 | 1010001 | 111110 | 1101101 | 1000100 | 10111 |
Color Harmonies of #226213
Complementary color
Monochromatic Colors of #226213
Black with #226213
Text Example
Text Example
White with #226213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226213; }
p { color: rgb(34,98,19); }
H1.HeaderClassName
{
color: #226213;
}
.AnyTagClassName
{
color: #226213;
}
</style>
background-color css
<style>
a { background-color: #226213; }
a { background-color: rgb(34,98,19); }
div.DivClassName
{
background-color: #226213;
}
.BgClassName
{
background-color: #226213;
}
</style>
border-color css
<style>
span { border-color: #226213; }
span { border-color: rgb(34,98,19); }
td.TdClassName
{
border-color: #226213;
}
.TagClassName
{
border-color: #226213;
}
</style>