Shades of Myrtle #226411
Tints of Myrtle #226411
RGB
CMYK
RGB Variations
Color information
#226411 (or 0x226411) is known color: Myrtle. HEX triplet: 22, 64 and 11. RGB value is (34,100,17). Sum of RGB (Red+Green+Blue) = 34+100+17=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #226411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226411 is #DD9BEE. Grayscale: #474747. Windows color (decimal): -14523375 or 1139746. OLE color: 1139746.
HSL color Cylindrical-coordinate representation of color #226411: hue angle of 107.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226411 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 100 | 17 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.61 |
| HSL | 107.71º | 0.71% | 0.23% | - |
| HSV(B) | 107.71º | 0.83% | 0.39% | - |
| XYZ | 5.32 | 9.49 | 2.08 | - |
| YUV | 70.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 17 | 0.66 | 0 | 0.83 | 0.61 | 107.71 | 0.71 | 0.23 |
| Hex | 22 | 64 | 11 | 42 | 0 | 53 | 3D | 6C | 47 | 17 |
| Octal | 42 | 144 | 21 | 102 | 0 | 123 | 75 | 154 | 107 | 27 |
| Binary | 100010 | 1100100 | 10001 | 1000010 | 0 | 1010011 | 111101 | 1101100 | 1000111 | 10111 |
Color Harmonies of #226411
Complementary color
Monochromatic Colors of #226411
Black with #226411
Text Example
Text Example
White with #226411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226411; }
p { color: rgb(34,100,17); }
H1.HeaderClassName
{
color: #226411;
}
.AnyTagClassName
{
color: #226411;
}
</style>
background-color css
<style>
a { background-color: #226411; }
a { background-color: rgb(34,100,17); }
div.DivClassName
{
background-color: #226411;
}
.BgClassName
{
background-color: #226411;
}
</style>
border-color css
<style>
span { border-color: #226411; }
span { border-color: rgb(34,100,17); }
td.TdClassName
{
border-color: #226411;
}
.TagClassName
{
border-color: #226411;
}
</style>