Shades of Myrtle #122B11
Tints of Myrtle #122B11
RGB
CMYK
RGB Variations
Color information
#122B11 (or 0x122B11) is known color: Myrtle. HEX triplet: 12, 2B and 11. RGB value is (18,43,17). Sum of RGB (Red+Green+Blue) = 18+43+17=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #122B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B11 is #EDD4EE. Grayscale: #202020. Windows color (decimal): -15586543 or 1125138. OLE color: 1125138.
HSL color Cylindrical-coordinate representation of color #122B11: hue angle of 117.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122B11 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 17 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.83 |
| HSL | 117.69º | 0.43% | 0.12% | - |
| HSV(B) | 117.69º | 0.6% | 0.17% | - |
| XYZ | 1.21 | 1.9 | 0.83 | - |
| YUV | 32.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 17 | 0.58 | 0 | 0.60 | 0.83 | 117.69 | 0.43 | 0.12 |
| Hex | 12 | 2B | 11 | 3A | 0 | 3C | 53 | 76 | 2B | C |
| Octal | 22 | 53 | 21 | 72 | 0 | 74 | 123 | 166 | 53 | 14 |
| Binary | 10010 | 101011 | 10001 | 111010 | 0 | 111100 | 1010011 | 1110110 | 101011 | 1100 |
Color Harmonies of #122B11
Complementary color
Monochromatic Colors of #122B11
Black with #122B11
Text Example
Text Example
White with #122B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B11; }
p { color: rgb(18,43,17); }
H1.HeaderClassName
{
color: #122B11;
}
.AnyTagClassName
{
color: #122B11;
}
</style>
background-color css
<style>
a { background-color: #122B11; }
a { background-color: rgb(18,43,17); }
div.DivClassName
{
background-color: #122B11;
}
.BgClassName
{
background-color: #122B11;
}
</style>
border-color css
<style>
span { border-color: #122B11; }
span { border-color: rgb(18,43,17); }
td.TdClassName
{
border-color: #122B11;
}
.TagClassName
{
border-color: #122B11;
}
</style>