Shades of Myrtle #014002
Tints of Myrtle #014002
RGB
CMYK
RGB Variations
Color information
#014002 (or 0x014002) is known color: Myrtle. HEX triplet: 01, 40 and 02. RGB value is (1,64,2). Sum of RGB (Red+Green+Blue) = 1+64+2=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 64 (25.39% from 255 or 95.52% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 64 - color contains mainly: green. Hex color #014002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014002 is #FEBFFD. Grayscale: #262626. Windows color (decimal): -16695294 or 147457. OLE color: 147457.
HSL color Cylindrical-coordinate representation of color #014002: hue angle of 120.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014002 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 2 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.75 |
| HSL | 120.95º | 0.97% | 0.13% | - |
| HSV(B) | 120.95º | 0.98% | 0.25% | - |
| XYZ | 1.86 | 3.68 | 0.67 | - |
| YUV | 38.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 2 | 0.98 | 0 | 0.97 | 0.75 | 120.95 | 0.97 | 0.13 |
| Hex | 1 | 40 | 2 | 62 | 0 | 61 | 4B | 79 | 61 | D |
| Octal | 1 | 100 | 2 | 142 | 0 | 141 | 113 | 171 | 141 | 15 |
| Binary | 1 | 1000000 | 10 | 1100010 | 0 | 1100001 | 1001011 | 1111001 | 1100001 | 1101 |
Color Harmonies of #014002
Complementary color
Monochromatic Colors of #014002
Black with #014002
Text Example
Text Example
White with #014002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014002; }
p { color: rgb(1,64,2); }
H1.HeaderClassName
{
color: #014002;
}
.AnyTagClassName
{
color: #014002;
}
</style>
background-color css
<style>
a { background-color: #014002; }
a { background-color: rgb(1,64,2); }
div.DivClassName
{
background-color: #014002;
}
.BgClassName
{
background-color: #014002;
}
</style>
border-color css
<style>
span { border-color: #014002; }
span { border-color: rgb(1,64,2); }
td.TdClassName
{
border-color: #014002;
}
.TagClassName
{
border-color: #014002;
}
</style>