Shades of Myrtle #013607
Tints of Myrtle #013607
RGB
CMYK
RGB Variations
Color information
#013607 (or 0x013607) is known color: Myrtle. HEX triplet: 01, 36 and 07. RGB value is (1,54,7). Sum of RGB (Red+Green+Blue) = 1+54+7=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 54 (21.48% from 255 or 87.10% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 54 - color contains mainly: green. Hex color #013607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013607 is #FEC9F8. Grayscale: #202020. Windows color (decimal): -16697849 or 472577. OLE color: 472577.
HSL color Cylindrical-coordinate representation of color #013607: hue angle of 126.79º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013607 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 7 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.79 |
| HSL | 126.79º | 0.96% | 0.11% | - |
| HSV(B) | 126.79º | 0.98% | 0.21% | - |
| XYZ | 1.37 | 2.66 | 0.64 | - |
| YUV | 32.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 7 | 0.98 | 0 | 0.87 | 0.79 | 126.79 | 0.96 | 0.11 |
| Hex | 1 | 36 | 7 | 62 | 0 | 57 | 4F | 7F | 60 | B |
| Octal | 1 | 66 | 7 | 142 | 0 | 127 | 117 | 177 | 140 | 13 |
| Binary | 1 | 110110 | 111 | 1100010 | 0 | 1010111 | 1001111 | 1111111 | 1100000 | 1011 |
Color Harmonies of #013607
Complementary color
Monochromatic Colors of #013607
Black with #013607
Text Example
Text Example
White with #013607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013607; }
p { color: rgb(1,54,7); }
H1.HeaderClassName
{
color: #013607;
}
.AnyTagClassName
{
color: #013607;
}
</style>
background-color css
<style>
a { background-color: #013607; }
a { background-color: rgb(1,54,7); }
div.DivClassName
{
background-color: #013607;
}
.BgClassName
{
background-color: #013607;
}
</style>
border-color css
<style>
span { border-color: #013607; }
span { border-color: rgb(1,54,7); }
td.TdClassName
{
border-color: #013607;
}
.TagClassName
{
border-color: #013607;
}
</style>