Shades of Myrtle #122909
Tints of Myrtle #122909
RGB
CMYK
RGB Variations
Color information
#122909 (or 0x122909) is known color: Myrtle. HEX triplet: 12, 29 and 09. RGB value is (18,41,9). Sum of RGB (Red+Green+Blue) = 18+41+9=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #122909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122909 is #EDD6F6. Grayscale: #1E1E1E. Windows color (decimal): -15587063 or 600338. OLE color: 600338.
HSL color Cylindrical-coordinate representation of color #122909: hue angle of 103.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122909 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 9 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.84 |
| HSL | 103.13º | 0.64% | 0.1% | - |
| HSV(B) | 103.13º | 0.78% | 0.16% | - |
| XYZ | 1.09 | 1.73 | 0.54 | - |
| YUV | 30.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 9 | 0.56 | 0 | 0.78 | 0.84 | 103.13 | 0.64 | 0.1 |
| Hex | 12 | 29 | 9 | 38 | 0 | 4E | 54 | 67 | 40 | A |
| Octal | 22 | 51 | 11 | 70 | 0 | 116 | 124 | 147 | 100 | 12 |
| Binary | 10010 | 101001 | 1001 | 111000 | 0 | 1001110 | 1010100 | 1100111 | 1000000 | 1010 |
Color Harmonies of #122909
Complementary color
Monochromatic Colors of #122909
Black with #122909
Text Example
Text Example
White with #122909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122909; }
p { color: rgb(18,41,9); }
H1.HeaderClassName
{
color: #122909;
}
.AnyTagClassName
{
color: #122909;
}
</style>
background-color css
<style>
a { background-color: #122909; }
a { background-color: rgb(18,41,9); }
div.DivClassName
{
background-color: #122909;
}
.BgClassName
{
background-color: #122909;
}
</style>
border-color css
<style>
span { border-color: #122909; }
span { border-color: rgb(18,41,9); }
td.TdClassName
{
border-color: #122909;
}
.TagClassName
{
border-color: #122909;
}
</style>