Shades of Myrtle #012400
Tints of Myrtle #012400
RGB
CMYK
RGB Variations
Color information
#012400 (or 0x012400) is known color: Myrtle. HEX triplet: 01, 24 and 00. RGB value is (1,36,0). Sum of RGB (Red+Green+Blue) = 1+36+0=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 36 (14.45% from 255 or 97.30% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 36 - color contains mainly: green. Hex color #012400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012400 is #FEDBFF. Grayscale: #151515. Windows color (decimal): -16702464 or 9217. OLE color: 9217.
HSL color Cylindrical-coordinate representation of color #012400: hue angle of 118.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012400 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.86 |
| HSL | 118.33º | 1% | 0.07% | - |
| HSV(B) | 118.33º | 1% | 0.14% | - |
| XYZ | 0.64 | 1.27 | 0.21 | - |
| YUV | 21.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 0 | 0.97 | 0 | 1 | 0.86 | 118.33 | 1 | 0.07 |
| Hex | 1 | 24 | 0 | 61 | 0 | 64 | 56 | 76 | 64 | 7 |
| Octal | 1 | 44 | 0 | 141 | 0 | 144 | 126 | 166 | 144 | 7 |
| Binary | 1 | 100100 | 0 | 1100001 | 0 | 1100100 | 1010110 | 1110110 | 1100100 | 111 |
Color Harmonies of #012400
Complementary color
Monochromatic Colors of #012400
Black with #012400
Text Example
Text Example
White with #012400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012400; }
p { color: rgb(1,36,0); }
H1.HeaderClassName
{
color: #012400;
}
.AnyTagClassName
{
color: #012400;
}
</style>
background-color css
<style>
a { background-color: #012400; }
a { background-color: rgb(1,36,0); }
div.DivClassName
{
background-color: #012400;
}
.BgClassName
{
background-color: #012400;
}
</style>
border-color css
<style>
span { border-color: #012400; }
span { border-color: rgb(1,36,0); }
td.TdClassName
{
border-color: #012400;
}
.TagClassName
{
border-color: #012400;
}
</style>