Shades of Myrtle #012501
Tints of Myrtle #012501
RGB
CMYK
RGB Variations
Color information
#012501 (or 0x012501) is known color: Myrtle. HEX triplet: 01, 25 and 01. RGB value is (1,37,1). Sum of RGB (Red+Green+Blue) = 1+37+1=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 37 (14.84% from 255 or 94.87% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 37 - color contains mainly: green. Hex color #012501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012501 is #FEDAFE. Grayscale: #161616. Windows color (decimal): -16702207 or 75009. OLE color: 75009.
HSL color Cylindrical-coordinate representation of color #012501: hue angle of 120º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012501 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 1 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.85 |
| HSL | 120º | 0.95% | 0.07% | - |
| HSV(B) | 120º | 0.97% | 0.15% | - |
| XYZ | 0.68 | 1.33 | 0.25 | - |
| YUV | 22.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 1 | 0.97 | 0 | 0.97 | 0.85 | 120 | 0.95 | 0.07 |
| Hex | 1 | 25 | 1 | 61 | 0 | 61 | 55 | 78 | 5F | 7 |
| Octal | 1 | 45 | 1 | 141 | 0 | 141 | 125 | 170 | 137 | 7 |
| Binary | 1 | 100101 | 1 | 1100001 | 0 | 1100001 | 1010101 | 1111000 | 1011111 | 111 |
Color Harmonies of #012501
Complementary color
Monochromatic Colors of #012501
Black with #012501
Text Example
Text Example
White with #012501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012501; }
p { color: rgb(1,37,1); }
H1.HeaderClassName
{
color: #012501;
}
.AnyTagClassName
{
color: #012501;
}
</style>
background-color css
<style>
a { background-color: #012501; }
a { background-color: rgb(1,37,1); }
div.DivClassName
{
background-color: #012501;
}
.BgClassName
{
background-color: #012501;
}
</style>
border-color css
<style>
span { border-color: #012501; }
span { border-color: rgb(1,37,1); }
td.TdClassName
{
border-color: #012501;
}
.TagClassName
{
border-color: #012501;
}
</style>