Shades of Myrtle #01490A
Tints of Myrtle #01490A
RGB
CMYK
RGB Variations
Color information
#01490A (or 0x01490A) is known color: Myrtle. HEX triplet: 01, 49 and 0A. RGB value is (1,73,10). Sum of RGB (Red+Green+Blue) = 1+73+10=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 73 (28.91% from 255 or 86.90% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 73 - color contains mainly: green. Hex color #01490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01490A is #FEB6F5. Grayscale: #2C2C2C. Windows color (decimal): -16692982 or 674049. OLE color: 674049.
HSL color Cylindrical-coordinate representation of color #01490A: hue angle of 127.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01490A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 10 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.71 |
| HSL | 127.5º | 0.97% | 0.15% | - |
| HSV(B) | 127.5º | 0.99% | 0.29% | - |
| XYZ | 2.45 | 4.79 | 1.08 | - |
| YUV | 44.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 10 | 0.99 | 0 | 0.86 | 0.71 | 127.5 | 0.97 | 0.15 |
| Hex | 1 | 49 | A | 63 | 0 | 56 | 47 | 80 | 61 | F |
| Octal | 1 | 111 | 12 | 143 | 0 | 126 | 107 | 200 | 141 | 17 |
| Binary | 1 | 1001001 | 1010 | 1100011 | 0 | 1010110 | 1000111 | 10000000 | 1100001 | 1111 |
Color Harmonies of #01490A
Complementary color
Monochromatic Colors of #01490A
Black with #01490A
Text Example
Text Example
White with #01490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01490A; }
p { color: rgb(1,73,10); }
H1.HeaderClassName
{
color: #01490A;
}
.AnyTagClassName
{
color: #01490A;
}
</style>
background-color css
<style>
a { background-color: #01490A; }
a { background-color: rgb(1,73,10); }
div.DivClassName
{
background-color: #01490A;
}
.BgClassName
{
background-color: #01490A;
}
</style>
border-color css
<style>
span { border-color: #01490A; }
span { border-color: rgb(1,73,10); }
td.TdClassName
{
border-color: #01490A;
}
.TagClassName
{
border-color: #01490A;
}
</style>