Shades of Myrtle #122D13
Tints of Myrtle #122D13
RGB
CMYK
RGB Variations
Color information
#122D13 (or 0x122D13) is known color: Myrtle. HEX triplet: 12, 2D and 13. RGB value is (18,45,19). Sum of RGB (Red+Green+Blue) = 18+45+19=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 45 (17.97% from 255 or 54.88% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 45 - color contains mainly: green. Hex color #122D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D13 is #EDD2EC. Grayscale: #222222. Windows color (decimal): -15586029 or 1256722. OLE color: 1256722.
HSL color Cylindrical-coordinate representation of color #122D13: hue angle of 122.22º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D13 is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 19 | - |
| CMYK | 0.6 | 0 | 0.58 | 0.82 |
| HSL | 122.22º | 0.43% | 0.12% | - |
| HSV(B) | 122.22º | 0.6% | 0.18% | - |
| XYZ | 1.31 | 2.05 | 0.94 | - |
| YUV | 33.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 19 | 0.6 | 0 | 0.58 | 0.82 | 122.22 | 0.43 | 0.12 |
| Hex | 12 | 2D | 13 | 3C | 0 | 3A | 52 | 7A | 2B | C |
| Octal | 22 | 55 | 23 | 74 | 0 | 72 | 122 | 172 | 53 | 14 |
| Binary | 10010 | 101101 | 10011 | 111100 | 0 | 111010 | 1010010 | 1111010 | 101011 | 1100 |
Color Harmonies of #122D13
Complementary color
Monochromatic Colors of #122D13
Black with #122D13
Text Example
Text Example
White with #122D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D13; }
p { color: rgb(18,45,19); }
H1.HeaderClassName
{
color: #122D13;
}
.AnyTagClassName
{
color: #122D13;
}
</style>
background-color css
<style>
a { background-color: #122D13; }
a { background-color: rgb(18,45,19); }
div.DivClassName
{
background-color: #122D13;
}
.BgClassName
{
background-color: #122D13;
}
</style>
border-color css
<style>
span { border-color: #122D13; }
span { border-color: rgb(18,45,19); }
td.TdClassName
{
border-color: #122D13;
}
.TagClassName
{
border-color: #122D13;
}
</style>