Shades of Myrtle #014005
Tints of Myrtle #014005
RGB
CMYK
RGB Variations
Color information
#014005 (or 0x014005) is known color: Myrtle. HEX triplet: 01, 40 and 05. RGB value is (1,64,5). Sum of RGB (Red+Green+Blue) = 1+64+5=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 64 (25.39% from 255 or 91.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 64 - color contains mainly: green. Hex color #014005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014005 is #FEBFFA. Grayscale: #262626. Windows color (decimal): -16695291 or 344065. OLE color: 344065.
HSL color Cylindrical-coordinate representation of color #014005: hue angle of 123.81º 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 #014005 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 5 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.75 |
| HSL | 123.81º | 0.97% | 0.13% | - |
| HSV(B) | 123.81º | 0.98% | 0.25% | - |
| XYZ | 1.87 | 3.68 | 0.76 | - |
| YUV | 38.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 5 | 0.98 | 0 | 0.92 | 0.75 | 123.81 | 0.97 | 0.13 |
| Hex | 1 | 40 | 5 | 62 | 0 | 5C | 4B | 7C | 61 | D |
| Octal | 1 | 100 | 5 | 142 | 0 | 134 | 113 | 174 | 141 | 15 |
| Binary | 1 | 1000000 | 101 | 1100010 | 0 | 1011100 | 1001011 | 1111100 | 1100001 | 1101 |
Color Harmonies of #014005
Complementary color
Monochromatic Colors of #014005
Black with #014005
Text Example
Text Example
White with #014005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014005; }
p { color: rgb(1,64,5); }
H1.HeaderClassName
{
color: #014005;
}
.AnyTagClassName
{
color: #014005;
}
</style>
background-color css
<style>
a { background-color: #014005; }
a { background-color: rgb(1,64,5); }
div.DivClassName
{
background-color: #014005;
}
.BgClassName
{
background-color: #014005;
}
</style>
border-color css
<style>
span { border-color: #014005; }
span { border-color: rgb(1,64,5); }
td.TdClassName
{
border-color: #014005;
}
.TagClassName
{
border-color: #014005;
}
</style>