Shades of Myrtle #01550D
Tints of Myrtle #01550D
RGB
CMYK
RGB Variations
Color information
#01550D (or 0x01550D) is known color: Myrtle. HEX triplet: 01, 55 and 0D. RGB value is (1,85,13). Sum of RGB (Red+Green+Blue) = 1+85+13=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 85 (33.59% from 255 or 85.86% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 85 - color contains mainly: green. Hex color #01550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550D is #FEAAF2. Grayscale: #333333. Windows color (decimal): -16689907 or 873729. OLE color: 873729.
HSL color Cylindrical-coordinate representation of color #01550D: hue angle of 128.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01550D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 13 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.67 |
| HSL | 128.57º | 0.98% | 0.17% | - |
| HSV(B) | 128.57º | 0.99% | 0.33% | - |
| XYZ | 3.33 | 6.53 | 1.47 | - |
| YUV | 51.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 13 | 0.99 | 0 | 0.85 | 0.67 | 128.57 | 0.98 | 0.17 |
| Hex | 1 | 55 | D | 63 | 0 | 55 | 43 | 81 | 62 | 11 |
| Octal | 1 | 125 | 15 | 143 | 0 | 125 | 103 | 201 | 142 | 21 |
| Binary | 1 | 1010101 | 1101 | 1100011 | 0 | 1010101 | 1000011 | 10000001 | 1100010 | 10001 |
Color Harmonies of #01550D
Complementary color
Monochromatic Colors of #01550D
Black with #01550D
Text Example
Text Example
White with #01550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01550D; }
p { color: rgb(1,85,13); }
H1.HeaderClassName
{
color: #01550D;
}
.AnyTagClassName
{
color: #01550D;
}
</style>
background-color css
<style>
a { background-color: #01550D; }
a { background-color: rgb(1,85,13); }
div.DivClassName
{
background-color: #01550D;
}
.BgClassName
{
background-color: #01550D;
}
</style>
border-color css
<style>
span { border-color: #01550D; }
span { border-color: rgb(1,85,13); }
td.TdClassName
{
border-color: #01550D;
}
.TagClassName
{
border-color: #01550D;
}
</style>