Shades of Myrtle #013D06
Tints of Myrtle #013D06
RGB
CMYK
RGB Variations
Color information
#013D06 (or 0x013D06) is known color: Myrtle. HEX triplet: 01, 3D and 06. RGB value is (1,61,6). Sum of RGB (Red+Green+Blue) = 1+61+6=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 61 (24.22% from 255 or 89.71% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 61 - color contains mainly: green. Hex color #013D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D06 is #FEC2F9. Grayscale: #242424. Windows color (decimal): -16696058 or 408833. OLE color: 408833.
HSL color Cylindrical-coordinate representation of color #013D06: hue angle of 125º 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 #013D06 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 6 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.76 |
| HSL | 125º | 0.97% | 0.12% | - |
| HSV(B) | 125º | 0.98% | 0.24% | - |
| XYZ | 1.71 | 3.36 | 0.73 | - |
| YUV | 36.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 6 | 0.98 | 0 | 0.90 | 0.76 | 125 | 0.97 | 0.12 |
| Hex | 1 | 3D | 6 | 62 | 0 | 5A | 4C | 7D | 61 | C |
| Octal | 1 | 75 | 6 | 142 | 0 | 132 | 114 | 175 | 141 | 14 |
| Binary | 1 | 111101 | 110 | 1100010 | 0 | 1011010 | 1001100 | 1111101 | 1100001 | 1100 |
Color Harmonies of #013D06
Complementary color
Monochromatic Colors of #013D06
Black with #013D06
Text Example
Text Example
White with #013D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D06; }
p { color: rgb(1,61,6); }
H1.HeaderClassName
{
color: #013D06;
}
.AnyTagClassName
{
color: #013D06;
}
</style>
background-color css
<style>
a { background-color: #013D06; }
a { background-color: rgb(1,61,6); }
div.DivClassName
{
background-color: #013D06;
}
.BgClassName
{
background-color: #013D06;
}
</style>
border-color css
<style>
span { border-color: #013D06; }
span { border-color: rgb(1,61,6); }
td.TdClassName
{
border-color: #013D06;
}
.TagClassName
{
border-color: #013D06;
}
</style>