Shades of Myrtle #014602
Tints of Myrtle #014602
RGB
CMYK
RGB Variations
Color information
#014602 (or 0x014602) is known color: Myrtle. HEX triplet: 01, 46 and 02. RGB value is (1,70,2). Sum of RGB (Red+Green+Blue) = 1+70+2=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 70 (27.73% from 255 or 95.89% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 70 - color contains mainly: green. Hex color #014602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014602 is #FEB9FD. Grayscale: #292929. Windows color (decimal): -16693758 or 148993. OLE color: 148993.
HSL color Cylindrical-coordinate representation of color #014602: hue angle of 120.87º 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 #014602 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 2 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.73 |
| HSL | 120.87º | 0.97% | 0.14% | - |
| HSV(B) | 120.87º | 0.99% | 0.27% | - |
| XYZ | 2.21 | 4.39 | 0.79 | - |
| YUV | 41.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 2 | 0.99 | 0 | 0.97 | 0.73 | 120.87 | 0.97 | 0.14 |
| Hex | 1 | 46 | 2 | 63 | 0 | 61 | 49 | 79 | 61 | E |
| Octal | 1 | 106 | 2 | 143 | 0 | 141 | 111 | 171 | 141 | 16 |
| Binary | 1 | 1000110 | 10 | 1100011 | 0 | 1100001 | 1001001 | 1111001 | 1100001 | 1110 |
Color Harmonies of #014602
Complementary color
Monochromatic Colors of #014602
Black with #014602
Text Example
Text Example
White with #014602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014602; }
p { color: rgb(1,70,2); }
H1.HeaderClassName
{
color: #014602;
}
.AnyTagClassName
{
color: #014602;
}
</style>
background-color css
<style>
a { background-color: #014602; }
a { background-color: rgb(1,70,2); }
div.DivClassName
{
background-color: #014602;
}
.BgClassName
{
background-color: #014602;
}
</style>
border-color css
<style>
span { border-color: #014602; }
span { border-color: rgb(1,70,2); }
td.TdClassName
{
border-color: #014602;
}
.TagClassName
{
border-color: #014602;
}
</style>