Shades of Myrtle #013D05
Tints of Myrtle #013D05
RGB
CMYK
RGB Variations
Color information
#013D05 (or 0x013D05) is known color: Myrtle. HEX triplet: 01, 3D and 05. RGB value is (1,61,5). Sum of RGB (Red+Green+Blue) = 1+61+5=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 61 (24.22% from 255 or 91.04% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 61 - color contains mainly: green. Hex color #013D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D05 is #FEC2FA. Grayscale: #242424. Windows color (decimal): -16696059 or 343297. OLE color: 343297.
HSL color Cylindrical-coordinate representation of color #013D05: hue angle of 124º 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 #013D05 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 5 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.76 |
| HSL | 124º | 0.97% | 0.12% | - |
| HSV(B) | 124º | 0.98% | 0.24% | - |
| XYZ | 1.71 | 3.35 | 0.7 | - |
| YUV | 36.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 5 | 0.98 | 0 | 0.92 | 0.76 | 124 | 0.97 | 0.12 |
| Hex | 1 | 3D | 5 | 62 | 0 | 5C | 4C | 7C | 61 | C |
| Octal | 1 | 75 | 5 | 142 | 0 | 134 | 114 | 174 | 141 | 14 |
| Binary | 1 | 111101 | 101 | 1100010 | 0 | 1011100 | 1001100 | 1111100 | 1100001 | 1100 |
Color Harmonies of #013D05
Complementary color
Monochromatic Colors of #013D05
Black with #013D05
Text Example
Text Example
White with #013D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D05; }
p { color: rgb(1,61,5); }
H1.HeaderClassName
{
color: #013D05;
}
.AnyTagClassName
{
color: #013D05;
}
</style>
background-color css
<style>
a { background-color: #013D05; }
a { background-color: rgb(1,61,5); }
div.DivClassName
{
background-color: #013D05;
}
.BgClassName
{
background-color: #013D05;
}
</style>
border-color css
<style>
span { border-color: #013D05; }
span { border-color: rgb(1,61,5); }
td.TdClassName
{
border-color: #013D05;
}
.TagClassName
{
border-color: #013D05;
}
</style>