Shades of Myrtle #014905
Tints of Myrtle #014905
RGB
CMYK
RGB Variations
Color information
#014905 (or 0x014905) is known color: Myrtle. HEX triplet: 01, 49 and 05. RGB value is (1,73,5). Sum of RGB (Red+Green+Blue) = 1+73+5=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 73 (28.91% from 255 or 92.41% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 73 - color contains mainly: green. Hex color #014905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014905 is #FEB6FA. Grayscale: #2B2B2B. Windows color (decimal): -16692987 or 346369. OLE color: 346369.
HSL color Cylindrical-coordinate representation of color #014905: hue angle of 123.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014905 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 5 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.71 |
| HSL | 123.33º | 0.97% | 0.15% | - |
| HSV(B) | 123.33º | 0.99% | 0.29% | - |
| XYZ | 2.42 | 4.78 | 0.94 | - |
| YUV | 43.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 5 | 0.99 | 0 | 0.93 | 0.71 | 123.33 | 0.97 | 0.15 |
| Hex | 1 | 49 | 5 | 63 | 0 | 5D | 47 | 7B | 61 | F |
| Octal | 1 | 111 | 5 | 143 | 0 | 135 | 107 | 173 | 141 | 17 |
| Binary | 1 | 1001001 | 101 | 1100011 | 0 | 1011101 | 1000111 | 1111011 | 1100001 | 1111 |
Color Harmonies of #014905
Complementary color
Monochromatic Colors of #014905
Black with #014905
Text Example
Text Example
White with #014905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014905; }
p { color: rgb(1,73,5); }
H1.HeaderClassName
{
color: #014905;
}
.AnyTagClassName
{
color: #014905;
}
</style>
background-color css
<style>
a { background-color: #014905; }
a { background-color: rgb(1,73,5); }
div.DivClassName
{
background-color: #014905;
}
.BgClassName
{
background-color: #014905;
}
</style>
border-color css
<style>
span { border-color: #014905; }
span { border-color: rgb(1,73,5); }
td.TdClassName
{
border-color: #014905;
}
.TagClassName
{
border-color: #014905;
}
</style>