Shades of Myrtle #01460A
Tints of Myrtle #01460A
RGB
CMYK
RGB Variations
Color information
#01460A (or 0x01460A) is known color: Myrtle. HEX triplet: 01, 46 and 0A. RGB value is (1,70,10). Sum of RGB (Red+Green+Blue) = 1+70+10=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 70 (27.73% from 255 or 86.42% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 70 - color contains mainly: green. Hex color #01460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460A is #FEB9F5. Grayscale: #2A2A2A. Windows color (decimal): -16693750 or 673281. OLE color: 673281.
HSL color Cylindrical-coordinate representation of color #01460A: hue angle of 127.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01460A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 10 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.73 |
| HSL | 127.83º | 0.97% | 0.14% | - |
| HSV(B) | 127.83º | 0.99% | 0.27% | - |
| XYZ | 2.26 | 4.41 | 1.02 | - |
| YUV | 42.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 10 | 0.99 | 0 | 0.86 | 0.73 | 127.83 | 0.97 | 0.14 |
| Hex | 1 | 46 | A | 63 | 0 | 56 | 49 | 80 | 61 | E |
| Octal | 1 | 106 | 12 | 143 | 0 | 126 | 111 | 200 | 141 | 16 |
| Binary | 1 | 1000110 | 1010 | 1100011 | 0 | 1010110 | 1001001 | 10000000 | 1100001 | 1110 |
Color Harmonies of #01460A
Complementary color
Monochromatic Colors of #01460A
Black with #01460A
Text Example
Text Example
White with #01460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01460A; }
p { color: rgb(1,70,10); }
H1.HeaderClassName
{
color: #01460A;
}
.AnyTagClassName
{
color: #01460A;
}
</style>
background-color css
<style>
a { background-color: #01460A; }
a { background-color: rgb(1,70,10); }
div.DivClassName
{
background-color: #01460A;
}
.BgClassName
{
background-color: #01460A;
}
</style>
border-color css
<style>
span { border-color: #01460A; }
span { border-color: rgb(1,70,10); }
td.TdClassName
{
border-color: #01460A;
}
.TagClassName
{
border-color: #01460A;
}
</style>