Shades of Myrtle #015009
Tints of Myrtle #015009
RGB
CMYK
RGB Variations
Color information
#015009 (or 0x015009) is known color: Myrtle. HEX triplet: 01, 50 and 09. RGB value is (1,80,9). Sum of RGB (Red+Green+Blue) = 1+80+9=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #015009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015009 is #FEAFF6. Grayscale: #303030. Windows color (decimal): -16691191 or 610305. OLE color: 610305.
HSL color Cylindrical-coordinate representation of color #015009: hue angle of 126.08º 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 #015009 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 9 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.69 |
| HSL | 126.08º | 0.98% | 0.16% | - |
| HSV(B) | 126.08º | 0.99% | 0.31% | - |
| XYZ | 2.93 | 5.76 | 1.22 | - |
| YUV | 48.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 9 | 0.99 | 0 | 0.89 | 0.69 | 126.08 | 0.98 | 0.16 |
| Hex | 1 | 50 | 9 | 63 | 0 | 59 | 45 | 7E | 62 | 10 |
| Octal | 1 | 120 | 11 | 143 | 0 | 131 | 105 | 176 | 142 | 20 |
| Binary | 1 | 1010000 | 1001 | 1100011 | 0 | 1011001 | 1000101 | 1111110 | 1100010 | 10000 |
Color Harmonies of #015009
Complementary color
Monochromatic Colors of #015009
Black with #015009
Text Example
Text Example
White with #015009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015009; }
p { color: rgb(1,80,9); }
H1.HeaderClassName
{
color: #015009;
}
.AnyTagClassName
{
color: #015009;
}
</style>
background-color css
<style>
a { background-color: #015009; }
a { background-color: rgb(1,80,9); }
div.DivClassName
{
background-color: #015009;
}
.BgClassName
{
background-color: #015009;
}
</style>
border-color css
<style>
span { border-color: #015009; }
span { border-color: rgb(1,80,9); }
td.TdClassName
{
border-color: #015009;
}
.TagClassName
{
border-color: #015009;
}
</style>