Shades of Myrtle #122511
Tints of Myrtle #122511
RGB
CMYK
RGB Variations
Color information
#122511 (or 0x122511) is known color: Myrtle. HEX triplet: 12, 25 and 11. RGB value is (18,37,17). Sum of RGB (Red+Green+Blue) = 18+37+17=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #122511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122511 is #EDDAEE. Grayscale: #1D1D1D. Windows color (decimal): -15588079 or 1123602. OLE color: 1123602.
HSL color Cylindrical-coordinate representation of color #122511: hue angle of 117º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122511 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 17 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.85 |
| HSL | 117º | 0.37% | 0.11% | - |
| HSV(B) | 117º | 0.54% | 0.15% | - |
| XYZ | 1.01 | 1.49 | 0.76 | - |
| YUV | 29.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 17 | 0.51 | 0 | 0.54 | 0.85 | 117 | 0.37 | 0.11 |
| Hex | 12 | 25 | 11 | 33 | 0 | 36 | 55 | 75 | 25 | B |
| Octal | 22 | 45 | 21 | 63 | 0 | 66 | 125 | 165 | 45 | 13 |
| Binary | 10010 | 100101 | 10001 | 110011 | 0 | 110110 | 1010101 | 1110101 | 100101 | 1011 |
Color Harmonies of #122511
Complementary color
Monochromatic Colors of #122511
Black with #122511
Text Example
Text Example
White with #122511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122511; }
p { color: rgb(18,37,17); }
H1.HeaderClassName
{
color: #122511;
}
.AnyTagClassName
{
color: #122511;
}
</style>
background-color css
<style>
a { background-color: #122511; }
a { background-color: rgb(18,37,17); }
div.DivClassName
{
background-color: #122511;
}
.BgClassName
{
background-color: #122511;
}
</style>
border-color css
<style>
span { border-color: #122511; }
span { border-color: rgb(18,37,17); }
td.TdClassName
{
border-color: #122511;
}
.TagClassName
{
border-color: #122511;
}
</style>