Shades of Myrtle #122E0B
Tints of Myrtle #122E0B
RGB
CMYK
RGB Variations
Color information
#122E0B (or 0x122E0B) is known color: Myrtle. HEX triplet: 12, 2E and 0B. RGB value is (18,46,11). Sum of RGB (Red+Green+Blue) = 18+46+11=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #122E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E0B is #EDD1F4. Grayscale: #212121. Windows color (decimal): -15585781 or 732690. OLE color: 732690.
HSL color Cylindrical-coordinate representation of color #122E0B: hue angle of 108º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122E0B is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 11 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.82 |
| HSL | 108º | 0.61% | 0.11% | - |
| HSV(B) | 108º | 0.76% | 0.18% | - |
| XYZ | 1.29 | 2.11 | 0.66 | - |
| YUV | 33.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 11 | 0.61 | 0 | 0.76 | 0.82 | 108 | 0.61 | 0.11 |
| Hex | 12 | 2E | B | 3D | 0 | 4C | 52 | 6C | 3D | B |
| Octal | 22 | 56 | 13 | 75 | 0 | 114 | 122 | 154 | 75 | 13 |
| Binary | 10010 | 101110 | 1011 | 111101 | 0 | 1001100 | 1010010 | 1101100 | 111101 | 1011 |
Color Harmonies of #122E0B
Complementary color
Monochromatic Colors of #122E0B
Black with #122E0B
Text Example
Text Example
White with #122E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E0B; }
p { color: rgb(18,46,11); }
H1.HeaderClassName
{
color: #122E0B;
}
.AnyTagClassName
{
color: #122E0B;
}
</style>
background-color css
<style>
a { background-color: #122E0B; }
a { background-color: rgb(18,46,11); }
div.DivClassName
{
background-color: #122E0B;
}
.BgClassName
{
background-color: #122E0B;
}
</style>
border-color css
<style>
span { border-color: #122E0B; }
span { border-color: rgb(18,46,11); }
td.TdClassName
{
border-color: #122E0B;
}
.TagClassName
{
border-color: #122E0B;
}
</style>