Shades of Myrtle #013C07
Tints of Myrtle #013C07
RGB
CMYK
RGB Variations
Color information
#013C07 (or 0x013C07) is known color: Myrtle. HEX triplet: 01, 3C and 07. RGB value is (1,60,7). Sum of RGB (Red+Green+Blue) = 1+60+7=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 60 (23.83% from 255 or 88.24% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 60 - color contains mainly: green. Hex color #013C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C07 is #FEC3F8. Grayscale: #242424. Windows color (decimal): -16696313 or 474113. OLE color: 474113.
HSL color Cylindrical-coordinate representation of color #013C07: hue angle of 126.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C07 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 7 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.76 |
| HSL | 126.1º | 0.97% | 0.12% | - |
| HSV(B) | 126.1º | 0.98% | 0.24% | - |
| XYZ | 1.67 | 3.25 | 0.74 | - |
| YUV | 36.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 7 | 0.98 | 0 | 0.88 | 0.76 | 126.1 | 0.97 | 0.12 |
| Hex | 1 | 3C | 7 | 62 | 0 | 58 | 4C | 7E | 61 | C |
| Octal | 1 | 74 | 7 | 142 | 0 | 130 | 114 | 176 | 141 | 14 |
| Binary | 1 | 111100 | 111 | 1100010 | 0 | 1011000 | 1001100 | 1111110 | 1100001 | 1100 |
Color Harmonies of #013C07
Complementary color
Monochromatic Colors of #013C07
Black with #013C07
Text Example
Text Example
White with #013C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C07; }
p { color: rgb(1,60,7); }
H1.HeaderClassName
{
color: #013C07;
}
.AnyTagClassName
{
color: #013C07;
}
</style>
background-color css
<style>
a { background-color: #013C07; }
a { background-color: rgb(1,60,7); }
div.DivClassName
{
background-color: #013C07;
}
.BgClassName
{
background-color: #013C07;
}
</style>
border-color css
<style>
span { border-color: #013C07; }
span { border-color: rgb(1,60,7); }
td.TdClassName
{
border-color: #013C07;
}
.TagClassName
{
border-color: #013C07;
}
</style>