Shades of Myrtle #014700
Tints of Myrtle #014700
RGB
CMYK
RGB Variations
Color information
#014700 (or 0x014700) is known color: Myrtle. HEX triplet: 01, 47 and 00. RGB value is (1,71,0). Sum of RGB (Red+Green+Blue) = 1+71+0=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 71 (28.12% from 255 or 98.61% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 71 - color contains mainly: green. Hex color #014700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014700 is #FEB8FF. Grayscale: #2A2A2A. Windows color (decimal): -16693504 or 18177. OLE color: 18177.
HSL color Cylindrical-coordinate representation of color #014700: hue angle of 119.15º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014700 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.72 |
| HSL | 119.15º | 1% | 0.14% | - |
| HSV(B) | 119.15º | 1% | 0.28% | - |
| XYZ | 2.27 | 4.51 | 0.75 | - |
| YUV | 41.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 0 | 0.99 | 0 | 1 | 0.72 | 119.15 | 1 | 0.14 |
| Hex | 1 | 47 | 0 | 63 | 0 | 64 | 48 | 77 | 64 | E |
| Octal | 1 | 107 | 0 | 143 | 0 | 144 | 110 | 167 | 144 | 16 |
| Binary | 1 | 1000111 | 0 | 1100011 | 0 | 1100100 | 1001000 | 1110111 | 1100100 | 1110 |
Color Harmonies of #014700
Complementary color
Monochromatic Colors of #014700
Black with #014700
Text Example
Text Example
White with #014700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014700; }
p { color: rgb(1,71,0); }
H1.HeaderClassName
{
color: #014700;
}
.AnyTagClassName
{
color: #014700;
}
</style>
background-color css
<style>
a { background-color: #014700; }
a { background-color: rgb(1,71,0); }
div.DivClassName
{
background-color: #014700;
}
.BgClassName
{
background-color: #014700;
}
</style>
border-color css
<style>
span { border-color: #014700; }
span { border-color: rgb(1,71,0); }
td.TdClassName
{
border-color: #014700;
}
.TagClassName
{
border-color: #014700;
}
</style>