Shades of Myrtle #014E05
Tints of Myrtle #014E05
RGB
CMYK
RGB Variations
Color information
#014E05 (or 0x014E05) is known color: Myrtle. HEX triplet: 01, 4E and 05. RGB value is (1,78,5). Sum of RGB (Red+Green+Blue) = 1+78+5=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 78 (30.86% from 255 or 92.86% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 78 - color contains mainly: green. Hex color #014E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E05 is #FEB1FA. Grayscale: #2E2E2E. Windows color (decimal): -16691707 or 347649. OLE color: 347649.
HSL color Cylindrical-coordinate representation of color #014E05: hue angle of 123.12º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E05 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 5 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.69 |
| HSL | 123.12º | 0.97% | 0.15% | - |
| HSV(B) | 123.12º | 0.99% | 0.31% | - |
| XYZ | 2.76 | 5.47 | 1.05 | - |
| YUV | 46.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 5 | 0.99 | 0 | 0.94 | 0.69 | 123.12 | 0.97 | 0.15 |
| Hex | 1 | 4E | 5 | 63 | 0 | 5E | 45 | 7B | 61 | F |
| Octal | 1 | 116 | 5 | 143 | 0 | 136 | 105 | 173 | 141 | 17 |
| Binary | 1 | 1001110 | 101 | 1100011 | 0 | 1011110 | 1000101 | 1111011 | 1100001 | 1111 |
Color Harmonies of #014E05
Complementary color
Monochromatic Colors of #014E05
Black with #014E05
Text Example
Text Example
White with #014E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E05; }
p { color: rgb(1,78,5); }
H1.HeaderClassName
{
color: #014E05;
}
.AnyTagClassName
{
color: #014E05;
}
</style>
background-color css
<style>
a { background-color: #014E05; }
a { background-color: rgb(1,78,5); }
div.DivClassName
{
background-color: #014E05;
}
.BgClassName
{
background-color: #014E05;
}
</style>
border-color css
<style>
span { border-color: #014E05; }
span { border-color: rgb(1,78,5); }
td.TdClassName
{
border-color: #014E05;
}
.TagClassName
{
border-color: #014E05;
}
</style>