Shades of Myrtle #014D03
Tints of Myrtle #014D03
RGB
CMYK
RGB Variations
Color information
#014D03 (or 0x014D03) is known color: Myrtle. HEX triplet: 01, 4D and 03. RGB value is (1,77,3). Sum of RGB (Red+Green+Blue) = 1+77+3=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 77 (30.47% from 255 or 95.06% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 77 - color contains mainly: green. Hex color #014D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D03 is #FEB2FC. Grayscale: #2E2E2E. Windows color (decimal): -16691965 or 216321. OLE color: 216321.
HSL color Cylindrical-coordinate representation of color #014D03: hue angle of 121.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D03 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 3 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.70 |
| HSL | 121.58º | 0.97% | 0.15% | - |
| HSV(B) | 121.58º | 0.99% | 0.3% | - |
| XYZ | 2.68 | 5.32 | 0.97 | - |
| YUV | 45.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 3 | 0.99 | 0 | 0.96 | 0.70 | 121.58 | 0.97 | 0.15 |
| Hex | 1 | 4D | 3 | 63 | 0 | 60 | 46 | 7A | 61 | F |
| Octal | 1 | 115 | 3 | 143 | 0 | 140 | 106 | 172 | 141 | 17 |
| Binary | 1 | 1001101 | 11 | 1100011 | 0 | 1100000 | 1000110 | 1111010 | 1100001 | 1111 |
Color Harmonies of #014D03
Complementary color
Monochromatic Colors of #014D03
Black with #014D03
Text Example
Text Example
White with #014D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D03; }
p { color: rgb(1,77,3); }
H1.HeaderClassName
{
color: #014D03;
}
.AnyTagClassName
{
color: #014D03;
}
</style>
background-color css
<style>
a { background-color: #014D03; }
a { background-color: rgb(1,77,3); }
div.DivClassName
{
background-color: #014D03;
}
.BgClassName
{
background-color: #014D03;
}
</style>
border-color css
<style>
span { border-color: #014D03; }
span { border-color: rgb(1,77,3); }
td.TdClassName
{
border-color: #014D03;
}
.TagClassName
{
border-color: #014D03;
}
</style>