Shades of Myrtle #014704
Tints of Myrtle #014704
RGB
CMYK
RGB Variations
Color information
#014704 (or 0x014704) is known color: Myrtle. HEX triplet: 01, 47 and 04. RGB value is (1,71,4). Sum of RGB (Red+Green+Blue) = 1+71+4=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 71 (28.12% from 255 or 93.42% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 71 - color contains mainly: green. Hex color #014704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014704 is #FEB8FB. Grayscale: #2A2A2A. Windows color (decimal): -16693500 or 280321. OLE color: 280321.
HSL color Cylindrical-coordinate representation of color #014704: hue angle of 122.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014704 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 4 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.72 |
| HSL | 122.57º | 0.97% | 0.14% | - |
| HSV(B) | 122.57º | 0.99% | 0.28% | - |
| XYZ | 2.29 | 4.52 | 0.87 | - |
| YUV | 42.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 4 | 0.99 | 0 | 0.94 | 0.72 | 122.57 | 0.97 | 0.14 |
| Hex | 1 | 47 | 4 | 63 | 0 | 5E | 48 | 7B | 61 | E |
| Octal | 1 | 107 | 4 | 143 | 0 | 136 | 110 | 173 | 141 | 16 |
| Binary | 1 | 1000111 | 100 | 1100011 | 0 | 1011110 | 1001000 | 1111011 | 1100001 | 1110 |
Color Harmonies of #014704
Complementary color
Monochromatic Colors of #014704
Black with #014704
Text Example
Text Example
White with #014704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014704; }
p { color: rgb(1,71,4); }
H1.HeaderClassName
{
color: #014704;
}
.AnyTagClassName
{
color: #014704;
}
</style>
background-color css
<style>
a { background-color: #014704; }
a { background-color: rgb(1,71,4); }
div.DivClassName
{
background-color: #014704;
}
.BgClassName
{
background-color: #014704;
}
</style>
border-color css
<style>
span { border-color: #014704; }
span { border-color: rgb(1,71,4); }
td.TdClassName
{
border-color: #014704;
}
.TagClassName
{
border-color: #014704;
}
</style>