Shades of Myrtle #003C01
Tints of Myrtle #003C01
RGB
CMYK
RGB Variations
Color information
#003C01 (or 0x003C01) is known color: Myrtle. HEX triplet: 00, 3C and 01. RGB value is (0,60,1). Sum of RGB (Red+Green+Blue) = 0+60+1=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 60 (23.83% from 255 or 98.36% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 60 - color contains mainly: green. Hex color #003C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C01 is #FFC3FE. Grayscale: #232323. Windows color (decimal): -16761855 or 80896. OLE color: 80896.
HSL color Cylindrical-coordinate representation of color #003C01: hue angle of 121º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C01 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 1 | - |
| CMYK | 1 | 0 | 0.98 | 0.76 |
| HSL | 121º | 1% | 0.12% | - |
| HSV(B) | 121º | 1% | 0.24% | - |
| XYZ | 1.62 | 3.23 | 0.57 | - |
| YUV | 35.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 1 | 1 | 0 | 0.98 | 0.76 | 121 | 1 | 0.12 |
| Hex | 0 | 3C | 1 | 64 | 0 | 62 | 4C | 79 | 64 | C |
| Octal | 0 | 74 | 1 | 144 | 0 | 142 | 114 | 171 | 144 | 14 |
| Binary | 0 | 111100 | 1 | 1100100 | 0 | 1100010 | 1001100 | 1111001 | 1100100 | 1100 |
Color Harmonies of #003C01
Complementary color
Monochromatic Colors of #003C01
Black with #003C01
Text Example
Text Example
White with #003C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C01; }
p { color: rgb(0,60,1); }
H1.HeaderClassName
{
color: #003C01;
}
.AnyTagClassName
{
color: #003C01;
}
</style>
background-color css
<style>
a { background-color: #003C01; }
a { background-color: rgb(0,60,1); }
div.DivClassName
{
background-color: #003C01;
}
.BgClassName
{
background-color: #003C01;
}
</style>
border-color css
<style>
span { border-color: #003C01; }
span { border-color: rgb(0,60,1); }
td.TdClassName
{
border-color: #003C01;
}
.TagClassName
{
border-color: #003C01;
}
</style>