Shades of Myrtle #015000
Tints of Myrtle #015000
RGB
CMYK
RGB Variations
Color information
#015000 (or 0x015000) is known color: Myrtle. HEX triplet: 01, 50 and 00. RGB value is (1,80,0). Sum of RGB (Red+Green+Blue) = 1+80+0=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 80 (31.64% from 255 or 98.77% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 80 - color contains mainly: green. Hex color #015000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015000 is #FEAFFF. Grayscale: #2F2F2F. Windows color (decimal): -16691200 or 20481. OLE color: 20481.
HSL color Cylindrical-coordinate representation of color #015000: hue angle of 119.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015000 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.69 |
| HSL | 119.25º | 1% | 0.16% | - |
| HSV(B) | 119.25º | 1% | 0.31% | - |
| XYZ | 2.88 | 5.74 | 0.96 | - |
| YUV | 47.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 0 | 0.99 | 0 | 1 | 0.69 | 119.25 | 1 | 0.16 |
| Hex | 1 | 50 | 0 | 63 | 0 | 64 | 45 | 77 | 64 | 10 |
| Octal | 1 | 120 | 0 | 143 | 0 | 144 | 105 | 167 | 144 | 20 |
| Binary | 1 | 1010000 | 0 | 1100011 | 0 | 1100100 | 1000101 | 1110111 | 1100100 | 10000 |
Color Harmonies of #015000
Complementary color
Monochromatic Colors of #015000
Black with #015000
Text Example
Text Example
White with #015000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015000; }
p { color: rgb(1,80,0); }
H1.HeaderClassName
{
color: #015000;
}
.AnyTagClassName
{
color: #015000;
}
</style>
background-color css
<style>
a { background-color: #015000; }
a { background-color: rgb(1,80,0); }
div.DivClassName
{
background-color: #015000;
}
.BgClassName
{
background-color: #015000;
}
</style>
border-color css
<style>
span { border-color: #015000; }
span { border-color: rgb(1,80,0); }
td.TdClassName
{
border-color: #015000;
}
.TagClassName
{
border-color: #015000;
}
</style>