Shades of Myrtle #226205
Tints of Myrtle #226205
RGB
CMYK
RGB Variations
Color information
#226205 (or 0x226205) is known color: Myrtle. HEX triplet: 22, 62 and 05. RGB value is (34,98,5). Sum of RGB (Red+Green+Blue) = 34+98+5=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #226205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226205 is #DD9DFA. Grayscale: #444444. Windows color (decimal): -14523899 or 352802. OLE color: 352802.
HSL color Cylindrical-coordinate representation of color #226205: hue angle of 101.29º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #226205 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 98 | 5 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.62 |
| HSL | 101.29º | 0.9% | 0.2% | - |
| HSV(B) | 101.29º | 0.95% | 0.38% | - |
| XYZ | 5.05 | 9.09 | 1.63 | - |
| YUV | 68.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 5 | 0.65 | 0 | 0.95 | 0.62 | 101.29 | 0.9 | 0.2 |
| Hex | 22 | 62 | 5 | 41 | 0 | 5F | 3E | 65 | 5A | 14 |
| Octal | 42 | 142 | 5 | 101 | 0 | 137 | 76 | 145 | 132 | 24 |
| Binary | 100010 | 1100010 | 101 | 1000001 | 0 | 1011111 | 111110 | 1100101 | 1011010 | 10100 |
Color Harmonies of #226205
Complementary color
Monochromatic Colors of #226205
Black with #226205
Text Example
Text Example
White with #226205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226205; }
p { color: rgb(34,98,5); }
H1.HeaderClassName
{
color: #226205;
}
.AnyTagClassName
{
color: #226205;
}
</style>
background-color css
<style>
a { background-color: #226205; }
a { background-color: rgb(34,98,5); }
div.DivClassName
{
background-color: #226205;
}
.BgClassName
{
background-color: #226205;
}
</style>
border-color css
<style>
span { border-color: #226205; }
span { border-color: rgb(34,98,5); }
td.TdClassName
{
border-color: #226205;
}
.TagClassName
{
border-color: #226205;
}
</style>