Shades of Myrtle #011A00
Tints of Myrtle #011A00
RGB
CMYK
RGB Variations
Color information
#011A00 (or 0x011A00) is known color: Myrtle. HEX triplet: 01, 1A and 00. RGB value is (1,26,0). Sum of RGB (Red+Green+Blue) = 1+26+0=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 26 (10.55% from 255 or 96.30% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 26 - color contains mainly: green. Hex color #011A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A00 is #FEE5FF. Grayscale: #0F0F0F. Windows color (decimal): -16705024 or 6657. OLE color: 6657.
HSL color Cylindrical-coordinate representation of color #011A00: hue angle of 117.69º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011A00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.90 |
| HSL | 117.69º | 1% | 0.05% | - |
| HSV(B) | 117.69º | 1% | 0.1% | - |
| XYZ | 0.38 | 0.75 | 0.12 | - |
| YUV | 15.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 0 | 0.96 | 0 | 1 | 0.90 | 117.69 | 1 | 0.05 |
| Hex | 1 | 1A | 0 | 60 | 0 | 64 | 5A | 76 | 64 | 5 |
| Octal | 1 | 32 | 0 | 140 | 0 | 144 | 132 | 166 | 144 | 5 |
| Binary | 1 | 11010 | 0 | 1100000 | 0 | 1100100 | 1011010 | 1110110 | 1100100 | 101 |
Color Harmonies of #011A00
Complementary color
Monochromatic Colors of #011A00
Black with #011A00
Text Example
Text Example
White with #011A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A00; }
p { color: rgb(1,26,0); }
H1.HeaderClassName
{
color: #011A00;
}
.AnyTagClassName
{
color: #011A00;
}
</style>
background-color css
<style>
a { background-color: #011A00; }
a { background-color: rgb(1,26,0); }
div.DivClassName
{
background-color: #011A00;
}
.BgClassName
{
background-color: #011A00;
}
</style>
border-color css
<style>
span { border-color: #011A00; }
span { border-color: rgb(1,26,0); }
td.TdClassName
{
border-color: #011A00;
}
.TagClassName
{
border-color: #011A00;
}
</style>