Shades of Myrtle #122E0A
Tints of Myrtle #122E0A
RGB
CMYK
RGB Variations
Color information
#122E0A (or 0x122E0A) is known color: Myrtle. HEX triplet: 12, 2E and 0A. RGB value is (18,46,10). Sum of RGB (Red+Green+Blue) = 18+46+10=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #122E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E0A is #EDD1F5. Grayscale: #212121. Windows color (decimal): -15585782 or 667154. OLE color: 667154.
HSL color Cylindrical-coordinate representation of color #122E0A: hue angle of 106.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122E0A is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 10 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.82 |
| HSL | 106.67º | 0.64% | 0.11% | - |
| HSV(B) | 106.67º | 0.78% | 0.18% | - |
| XYZ | 1.28 | 2.1 | 0.63 | - |
| YUV | 33.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 10 | 0.61 | 0 | 0.78 | 0.82 | 106.67 | 0.64 | 0.11 |
| Hex | 12 | 2E | A | 3D | 0 | 4E | 52 | 6B | 40 | B |
| Octal | 22 | 56 | 12 | 75 | 0 | 116 | 122 | 153 | 100 | 13 |
| Binary | 10010 | 101110 | 1010 | 111101 | 0 | 1001110 | 1010010 | 1101011 | 1000000 | 1011 |
Color Harmonies of #122E0A
Complementary color
Monochromatic Colors of #122E0A
Black with #122E0A
Text Example
Text Example
White with #122E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E0A; }
p { color: rgb(18,46,10); }
H1.HeaderClassName
{
color: #122E0A;
}
.AnyTagClassName
{
color: #122E0A;
}
</style>
background-color css
<style>
a { background-color: #122E0A; }
a { background-color: rgb(18,46,10); }
div.DivClassName
{
background-color: #122E0A;
}
.BgClassName
{
background-color: #122E0A;
}
</style>
border-color css
<style>
span { border-color: #122E0A; }
span { border-color: rgb(18,46,10); }
td.TdClassName
{
border-color: #122E0A;
}
.TagClassName
{
border-color: #122E0A;
}
</style>