Shades of Myrtle #014109
Tints of Myrtle #014109
RGB
CMYK
RGB Variations
Color information
#014109 (or 0x014109) is known color: Myrtle. HEX triplet: 01, 41 and 09. RGB value is (1,65,9). Sum of RGB (Red+Green+Blue) = 1+65+9=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 65 (25.78% from 255 or 86.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 65 - color contains mainly: green. Hex color #014109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014109 is #FEBEF6. Grayscale: #272727. Windows color (decimal): -16695031 or 606465. OLE color: 606465.
HSL color Cylindrical-coordinate representation of color #014109: hue angle of 127.5º 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 #014109 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 9 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.75 |
| HSL | 127.5º | 0.97% | 0.13% | - |
| HSV(B) | 127.5º | 0.98% | 0.25% | - |
| XYZ | 1.95 | 3.81 | 0.89 | - |
| YUV | 39.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 9 | 0.98 | 0 | 0.86 | 0.75 | 127.5 | 0.97 | 0.13 |
| Hex | 1 | 41 | 9 | 62 | 0 | 56 | 4B | 80 | 61 | D |
| Octal | 1 | 101 | 11 | 142 | 0 | 126 | 113 | 200 | 141 | 15 |
| Binary | 1 | 1000001 | 1001 | 1100010 | 0 | 1010110 | 1001011 | 10000000 | 1100001 | 1101 |
Color Harmonies of #014109
Complementary color
Monochromatic Colors of #014109
Black with #014109
Text Example
Text Example
White with #014109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014109; }
p { color: rgb(1,65,9); }
H1.HeaderClassName
{
color: #014109;
}
.AnyTagClassName
{
color: #014109;
}
</style>
background-color css
<style>
a { background-color: #014109; }
a { background-color: rgb(1,65,9); }
div.DivClassName
{
background-color: #014109;
}
.BgClassName
{
background-color: #014109;
}
</style>
border-color css
<style>
span { border-color: #014109; }
span { border-color: rgb(1,65,9); }
td.TdClassName
{
border-color: #014109;
}
.TagClassName
{
border-color: #014109;
}
</style>