Shades of Myrtle #014A03
Tints of Myrtle #014A03
RGB
CMYK
RGB Variations
Color information
#014A03 (or 0x014A03) is known color: Myrtle. HEX triplet: 01, 4A and 03. RGB value is (1,74,3). Sum of RGB (Red+Green+Blue) = 1+74+3=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 74 (29.30% from 255 or 94.87% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 74 - color contains mainly: green. Hex color #014A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A03 is #FEB5FC. Grayscale: #2C2C2C. Windows color (decimal): -16692733 or 215553. OLE color: 215553.
HSL color Cylindrical-coordinate representation of color #014A03: hue angle of 121.64º 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 #014A03 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 3 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.71 |
| HSL | 121.64º | 0.97% | 0.15% | - |
| HSV(B) | 121.64º | 0.99% | 0.29% | - |
| XYZ | 2.48 | 4.91 | 0.9 | - |
| YUV | 44.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 3 | 0.99 | 0 | 0.96 | 0.71 | 121.64 | 0.97 | 0.15 |
| Hex | 1 | 4A | 3 | 63 | 0 | 60 | 47 | 7A | 61 | F |
| Octal | 1 | 112 | 3 | 143 | 0 | 140 | 107 | 172 | 141 | 17 |
| Binary | 1 | 1001010 | 11 | 1100011 | 0 | 1100000 | 1000111 | 1111010 | 1100001 | 1111 |
Color Harmonies of #014A03
Complementary color
Monochromatic Colors of #014A03
Black with #014A03
Text Example
Text Example
White with #014A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A03; }
p { color: rgb(1,74,3); }
H1.HeaderClassName
{
color: #014A03;
}
.AnyTagClassName
{
color: #014A03;
}
</style>
background-color css
<style>
a { background-color: #014A03; }
a { background-color: rgb(1,74,3); }
div.DivClassName
{
background-color: #014A03;
}
.BgClassName
{
background-color: #014A03;
}
</style>
border-color css
<style>
span { border-color: #014A03; }
span { border-color: rgb(1,74,3); }
td.TdClassName
{
border-color: #014A03;
}
.TagClassName
{
border-color: #014A03;
}
</style>