Shades of Myrtle #121D11
Tints of Myrtle #121D11
RGB
CMYK
RGB Variations
Color information
#121D11 (or 0x121D11) is known color: Myrtle. HEX triplet: 12, 1D and 11. RGB value is (18,29,17). Sum of RGB (Red+Green+Blue) = 18+29+17=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #121D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D11 is #EDE2EE. Grayscale: #181818. Windows color (decimal): -15590127 or 1121554. OLE color: 1121554.
HSL color Cylindrical-coordinate representation of color #121D11: hue angle of 115º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #121D11 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 17 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.89 |
| HSL | 115º | 0.26% | 0.09% | - |
| HSV(B) | 115º | 0.41% | 0.11% | - |
| XYZ | 0.79 | 1.05 | 0.69 | - |
| YUV | 24.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 17 | 0.38 | 0 | 0.41 | 0.89 | 115 | 0.26 | 0.09 |
| Hex | 12 | 1D | 11 | 26 | 0 | 29 | 59 | 73 | 1A | 9 |
| Octal | 22 | 35 | 21 | 46 | 0 | 51 | 131 | 163 | 32 | 11 |
| Binary | 10010 | 11101 | 10001 | 100110 | 0 | 101001 | 1011001 | 1110011 | 11010 | 1001 |
Color Harmonies of #121D11
Complementary color
Monochromatic Colors of #121D11
Black with #121D11
Text Example
Text Example
White with #121D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D11; }
p { color: rgb(18,29,17); }
H1.HeaderClassName
{
color: #121D11;
}
.AnyTagClassName
{
color: #121D11;
}
</style>
background-color css
<style>
a { background-color: #121D11; }
a { background-color: rgb(18,29,17); }
div.DivClassName
{
background-color: #121D11;
}
.BgClassName
{
background-color: #121D11;
}
</style>
border-color css
<style>
span { border-color: #121D11; }
span { border-color: rgb(18,29,17); }
td.TdClassName
{
border-color: #121D11;
}
.TagClassName
{
border-color: #121D11;
}
</style>