Shades of Myrtle #122210
Tints of Myrtle #122210
RGB
CMYK
RGB Variations
Color information
#122210 (or 0x122210) is known color: Myrtle. HEX triplet: 12, 22 and 10. RGB value is (18,34,16). Sum of RGB (Red+Green+Blue) = 18+34+16=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #122210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122210 is #EDDDEF. Grayscale: #1B1B1B. Windows color (decimal): -15588848 or 1057298. OLE color: 1057298.
HSL color Cylindrical-coordinate representation of color #122210: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122210 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 16 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.87 |
| HSL | 113.33º | 0.36% | 0.1% | - |
| HSV(B) | 113.33º | 0.53% | 0.13% | - |
| XYZ | 0.92 | 1.31 | 0.69 | - |
| YUV | 27.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 16 | 0.47 | 0 | 0.53 | 0.87 | 113.33 | 0.36 | 0.1 |
| Hex | 12 | 22 | 10 | 2F | 0 | 35 | 57 | 71 | 24 | A |
| Octal | 22 | 42 | 20 | 57 | 0 | 65 | 127 | 161 | 44 | 12 |
| Binary | 10010 | 100010 | 10000 | 101111 | 0 | 110101 | 1010111 | 1110001 | 100100 | 1010 |
Color Harmonies of #122210
Complementary color
Monochromatic Colors of #122210
Black with #122210
Text Example
Text Example
White with #122210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122210; }
p { color: rgb(18,34,16); }
H1.HeaderClassName
{
color: #122210;
}
.AnyTagClassName
{
color: #122210;
}
</style>
background-color css
<style>
a { background-color: #122210; }
a { background-color: rgb(18,34,16); }
div.DivClassName
{
background-color: #122210;
}
.BgClassName
{
background-color: #122210;
}
</style>
border-color css
<style>
span { border-color: #122210; }
span { border-color: rgb(18,34,16); }
td.TdClassName
{
border-color: #122210;
}
.TagClassName
{
border-color: #122210;
}
</style>