Shades of Myrtle #122E0D
Tints of Myrtle #122E0D
RGB
CMYK
RGB Variations
Color information
#122E0D (or 0x122E0D) is known color: Myrtle. HEX triplet: 12, 2E and 0D. RGB value is (18,46,13). Sum of RGB (Red+Green+Blue) = 18+46+13=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #122E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E0D is #EDD1F2. Grayscale: #212121. Windows color (decimal): -15585779 or 863762. OLE color: 863762.
HSL color Cylindrical-coordinate representation of color #122E0D: hue angle of 110.91º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122E0D is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 13 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.82 |
| HSL | 110.91º | 0.56% | 0.12% | - |
| HSV(B) | 110.91º | 0.72% | 0.18% | - |
| XYZ | 1.3 | 2.11 | 0.72 | - |
| YUV | 33.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 13 | 0.61 | 0 | 0.72 | 0.82 | 110.91 | 0.56 | 0.12 |
| Hex | 12 | 2E | D | 3D | 0 | 48 | 52 | 6F | 38 | C |
| Octal | 22 | 56 | 15 | 75 | 0 | 110 | 122 | 157 | 70 | 14 |
| Binary | 10010 | 101110 | 1101 | 111101 | 0 | 1001000 | 1010010 | 1101111 | 111000 | 1100 |
Color Harmonies of #122E0D
Complementary color
Monochromatic Colors of #122E0D
Black with #122E0D
Text Example
Text Example
White with #122E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E0D; }
p { color: rgb(18,46,13); }
H1.HeaderClassName
{
color: #122E0D;
}
.AnyTagClassName
{
color: #122E0D;
}
</style>
background-color css
<style>
a { background-color: #122E0D; }
a { background-color: rgb(18,46,13); }
div.DivClassName
{
background-color: #122E0D;
}
.BgClassName
{
background-color: #122E0D;
}
</style>
border-color css
<style>
span { border-color: #122E0D; }
span { border-color: rgb(18,46,13); }
td.TdClassName
{
border-color: #122E0D;
}
.TagClassName
{
border-color: #122E0D;
}
</style>