Shades of Myrtle #013402
Tints of Myrtle #013402
RGB
CMYK
RGB Variations
Color information
#013402 (or 0x013402) is known color: Myrtle. HEX triplet: 01, 34 and 02. RGB value is (1,52,2). Sum of RGB (Red+Green+Blue) = 1+52+2=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 52 (20.70% from 255 or 94.55% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 52 - color contains mainly: green. Hex color #013402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013402 is #FECBFD. Grayscale: #1F1F1F. Windows color (decimal): -16698366 or 144385. OLE color: 144385.
HSL color Cylindrical-coordinate representation of color #013402: hue angle of 121.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013402 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 2 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.80 |
| HSL | 121.18º | 0.96% | 0.1% | - |
| HSV(B) | 121.18º | 0.98% | 0.2% | - |
| XYZ | 1.25 | 2.47 | 0.47 | - |
| YUV | 31.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 2 | 0.98 | 0 | 0.96 | 0.80 | 121.18 | 0.96 | 0.1 |
| Hex | 1 | 34 | 2 | 62 | 0 | 60 | 50 | 79 | 60 | A |
| Octal | 1 | 64 | 2 | 142 | 0 | 140 | 120 | 171 | 140 | 12 |
| Binary | 1 | 110100 | 10 | 1100010 | 0 | 1100000 | 1010000 | 1111001 | 1100000 | 1010 |
Color Harmonies of #013402
Complementary color
Monochromatic Colors of #013402
Black with #013402
Text Example
Text Example
White with #013402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013402; }
p { color: rgb(1,52,2); }
H1.HeaderClassName
{
color: #013402;
}
.AnyTagClassName
{
color: #013402;
}
</style>
background-color css
<style>
a { background-color: #013402; }
a { background-color: rgb(1,52,2); }
div.DivClassName
{
background-color: #013402;
}
.BgClassName
{
background-color: #013402;
}
</style>
border-color css
<style>
span { border-color: #013402; }
span { border-color: rgb(1,52,2); }
td.TdClassName
{
border-color: #013402;
}
.TagClassName
{
border-color: #013402;
}
</style>