Shades of Myrtle #014609
Tints of Myrtle #014609
RGB
CMYK
RGB Variations
Color information
#014609 (or 0x014609) is known color: Myrtle. HEX triplet: 01, 46 and 09. RGB value is (1,70,9). Sum of RGB (Red+Green+Blue) = 1+70+9=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #014609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014609 is #FEB9F6. Grayscale: #2A2A2A. Windows color (decimal): -16693751 or 607745. OLE color: 607745.
HSL color Cylindrical-coordinate representation of color #014609: hue angle of 126.96º 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 #014609 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 9 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.73 |
| HSL | 126.96º | 0.97% | 0.14% | - |
| HSV(B) | 126.96º | 0.99% | 0.27% | - |
| XYZ | 2.25 | 4.41 | 0.99 | - |
| YUV | 42.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 9 | 0.99 | 0 | 0.87 | 0.73 | 126.96 | 0.97 | 0.14 |
| Hex | 1 | 46 | 9 | 63 | 0 | 57 | 49 | 7F | 61 | E |
| Octal | 1 | 106 | 11 | 143 | 0 | 127 | 111 | 177 | 141 | 16 |
| Binary | 1 | 1000110 | 1001 | 1100011 | 0 | 1010111 | 1001001 | 1111111 | 1100001 | 1110 |
Color Harmonies of #014609
Complementary color
Monochromatic Colors of #014609
Black with #014609
Text Example
Text Example
White with #014609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014609; }
p { color: rgb(1,70,9); }
H1.HeaderClassName
{
color: #014609;
}
.AnyTagClassName
{
color: #014609;
}
</style>
background-color css
<style>
a { background-color: #014609; }
a { background-color: rgb(1,70,9); }
div.DivClassName
{
background-color: #014609;
}
.BgClassName
{
background-color: #014609;
}
</style>
border-color css
<style>
span { border-color: #014609; }
span { border-color: rgb(1,70,9); }
td.TdClassName
{
border-color: #014609;
}
.TagClassName
{
border-color: #014609;
}
</style>