Shades of Myrtle #122411
Tints of Myrtle #122411
RGB
CMYK
RGB Variations
Color information
#122411 (or 0x122411) is known color: Myrtle. HEX triplet: 12, 24 and 11. RGB value is (18,36,17). Sum of RGB (Red+Green+Blue) = 18+36+17=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #122411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122411 is #EDDBEE. Grayscale: #1C1C1C. Windows color (decimal): -15588335 or 1123346. OLE color: 1123346.
HSL color Cylindrical-coordinate representation of color #122411: hue angle of 116.84º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122411 is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 17 | - |
| CMYK | 0.5 | 0 | 0.53 | 0.86 |
| HSL | 116.84º | 0.36% | 0.1% | - |
| HSV(B) | 116.84º | 0.53% | 0.14% | - |
| XYZ | 0.98 | 1.43 | 0.75 | - |
| YUV | 28.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 17 | 0.5 | 0 | 0.53 | 0.86 | 116.84 | 0.36 | 0.1 |
| Hex | 12 | 24 | 11 | 32 | 0 | 35 | 56 | 75 | 24 | A |
| Octal | 22 | 44 | 21 | 62 | 0 | 65 | 126 | 165 | 44 | 12 |
| Binary | 10010 | 100100 | 10001 | 110010 | 0 | 110101 | 1010110 | 1110101 | 100100 | 1010 |
Color Harmonies of #122411
Complementary color
Monochromatic Colors of #122411
Black with #122411
Text Example
Text Example
White with #122411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122411; }
p { color: rgb(18,36,17); }
H1.HeaderClassName
{
color: #122411;
}
.AnyTagClassName
{
color: #122411;
}
</style>
background-color css
<style>
a { background-color: #122411; }
a { background-color: rgb(18,36,17); }
div.DivClassName
{
background-color: #122411;
}
.BgClassName
{
background-color: #122411;
}
</style>
border-color css
<style>
span { border-color: #122411; }
span { border-color: rgb(18,36,17); }
td.TdClassName
{
border-color: #122411;
}
.TagClassName
{
border-color: #122411;
}
</style>