Shades of Myrtle #013704
Tints of Myrtle #013704
RGB
CMYK
RGB Variations
Color information
#013704 (or 0x013704) is known color: Myrtle. HEX triplet: 01, 37 and 04. RGB value is (1,55,4). Sum of RGB (Red+Green+Blue) = 1+55+4=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 55 (21.88% from 255 or 91.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 55 - color contains mainly: green. Hex color #013704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013704 is #FEC8FB. Grayscale: #212121. Windows color (decimal): -16697596 or 276225. OLE color: 276225.
HSL color Cylindrical-coordinate representation of color #013704: hue angle of 123.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013704 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 4 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.78 |
| HSL | 123.33º | 0.96% | 0.11% | - |
| HSV(B) | 123.33º | 0.98% | 0.22% | - |
| XYZ | 1.4 | 2.75 | 0.57 | - |
| YUV | 33.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 4 | 0.98 | 0 | 0.93 | 0.78 | 123.33 | 0.96 | 0.11 |
| Hex | 1 | 37 | 4 | 62 | 0 | 5D | 4E | 7B | 60 | B |
| Octal | 1 | 67 | 4 | 142 | 0 | 135 | 116 | 173 | 140 | 13 |
| Binary | 1 | 110111 | 100 | 1100010 | 0 | 1011101 | 1001110 | 1111011 | 1100000 | 1011 |
Color Harmonies of #013704
Complementary color
Monochromatic Colors of #013704
Black with #013704
Text Example
Text Example
White with #013704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013704; }
p { color: rgb(1,55,4); }
H1.HeaderClassName
{
color: #013704;
}
.AnyTagClassName
{
color: #013704;
}
</style>
background-color css
<style>
a { background-color: #013704; }
a { background-color: rgb(1,55,4); }
div.DivClassName
{
background-color: #013704;
}
.BgClassName
{
background-color: #013704;
}
</style>
border-color css
<style>
span { border-color: #013704; }
span { border-color: rgb(1,55,4); }
td.TdClassName
{
border-color: #013704;
}
.TagClassName
{
border-color: #013704;
}
</style>