Shades of Myrtle #014F09
Tints of Myrtle #014F09
RGB
CMYK
RGB Variations
Color information
#014F09 (or 0x014F09) is known color: Myrtle. HEX triplet: 01, 4F and 09. RGB value is (1,79,9). Sum of RGB (Red+Green+Blue) = 1+79+9=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 79 (31.25% from 255 or 88.76% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 79 - color contains mainly: green. Hex color #014F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F09 is #FEB0F6. Grayscale: #2F2F2F. Windows color (decimal): -16691447 or 610049. OLE color: 610049.
HSL color Cylindrical-coordinate representation of color #014F09: hue angle of 126.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F09 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 9 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.69 |
| HSL | 126.15º | 0.98% | 0.16% | - |
| HSV(B) | 126.15º | 0.99% | 0.31% | - |
| XYZ | 2.86 | 5.62 | 1.19 | - |
| YUV | 47.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 9 | 0.99 | 0 | 0.89 | 0.69 | 126.15 | 0.98 | 0.16 |
| Hex | 1 | 4F | 9 | 63 | 0 | 59 | 45 | 7E | 62 | 10 |
| Octal | 1 | 117 | 11 | 143 | 0 | 131 | 105 | 176 | 142 | 20 |
| Binary | 1 | 1001111 | 1001 | 1100011 | 0 | 1011001 | 1000101 | 1111110 | 1100010 | 10000 |
Color Harmonies of #014F09
Complementary color
Monochromatic Colors of #014F09
Black with #014F09
Text Example
Text Example
White with #014F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F09; }
p { color: rgb(1,79,9); }
H1.HeaderClassName
{
color: #014F09;
}
.AnyTagClassName
{
color: #014F09;
}
</style>
background-color css
<style>
a { background-color: #014F09; }
a { background-color: rgb(1,79,9); }
div.DivClassName
{
background-color: #014F09;
}
.BgClassName
{
background-color: #014F09;
}
</style>
border-color css
<style>
span { border-color: #014F09; }
span { border-color: rgb(1,79,9); }
td.TdClassName
{
border-color: #014F09;
}
.TagClassName
{
border-color: #014F09;
}
</style>