Shades of Myrtle #015001
Tints of Myrtle #015001
RGB
CMYK
RGB Variations
Color information
#015001 (or 0x015001) is known color: Myrtle. HEX triplet: 01, 50 and 01. RGB value is (1,80,1). Sum of RGB (Red+Green+Blue) = 1+80+1=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 80 (31.64% from 255 or 97.56% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 80 - color contains mainly: green. Hex color #015001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015001 is #FEAFFE. Grayscale: #2F2F2F. Windows color (decimal): -16691199 or 86017. OLE color: 86017.
HSL color Cylindrical-coordinate representation of color #015001: hue angle of 120º 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 #015001 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.69 |
| HSL | 120º | 0.98% | 0.16% | - |
| HSV(B) | 120º | 0.99% | 0.31% | - |
| XYZ | 2.89 | 5.75 | 0.99 | - |
| YUV | 47.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 1 | 0.99 | 0 | 0.99 | 0.69 | 120 | 0.98 | 0.16 |
| Hex | 1 | 50 | 1 | 63 | 0 | 63 | 45 | 78 | 62 | 10 |
| Octal | 1 | 120 | 1 | 143 | 0 | 143 | 105 | 170 | 142 | 20 |
| Binary | 1 | 1010000 | 1 | 1100011 | 0 | 1100011 | 1000101 | 1111000 | 1100010 | 10000 |
Color Harmonies of #015001
Complementary color
Monochromatic Colors of #015001
Black with #015001
Text Example
Text Example
White with #015001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015001; }
p { color: rgb(1,80,1); }
H1.HeaderClassName
{
color: #015001;
}
.AnyTagClassName
{
color: #015001;
}
</style>
background-color css
<style>
a { background-color: #015001; }
a { background-color: rgb(1,80,1); }
div.DivClassName
{
background-color: #015001;
}
.BgClassName
{
background-color: #015001;
}
</style>
border-color css
<style>
span { border-color: #015001; }
span { border-color: rgb(1,80,1); }
td.TdClassName
{
border-color: #015001;
}
.TagClassName
{
border-color: #015001;
}
</style>