Shades of Myrtle #01550C
Tints of Myrtle #01550C
RGB
CMYK
RGB Variations
Color information
#01550C (or 0x01550C) is known color: Myrtle. HEX triplet: 01, 55 and 0C. RGB value is (1,85,12). Sum of RGB (Red+Green+Blue) = 1+85+12=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #01550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550C is #FEAAF3. Grayscale: #333333. Windows color (decimal): -16689908 or 808193. OLE color: 808193.
HSL color Cylindrical-coordinate representation of color #01550C: hue angle of 127.86º 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 #01550C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 12 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.67 |
| HSL | 127.86º | 0.98% | 0.17% | - |
| HSV(B) | 127.86º | 0.99% | 0.33% | - |
| XYZ | 3.33 | 6.53 | 1.43 | - |
| YUV | 51.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 12 | 0.99 | 0 | 0.86 | 0.67 | 127.86 | 0.98 | 0.17 |
| Hex | 1 | 55 | C | 63 | 0 | 56 | 43 | 80 | 62 | 11 |
| Octal | 1 | 125 | 14 | 143 | 0 | 126 | 103 | 200 | 142 | 21 |
| Binary | 1 | 1010101 | 1100 | 1100011 | 0 | 1010110 | 1000011 | 10000000 | 1100010 | 10001 |
Color Harmonies of #01550C
Complementary color
Monochromatic Colors of #01550C
Black with #01550C
Text Example
Text Example
White with #01550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01550C; }
p { color: rgb(1,85,12); }
H1.HeaderClassName
{
color: #01550C;
}
.AnyTagClassName
{
color: #01550C;
}
</style>
background-color css
<style>
a { background-color: #01550C; }
a { background-color: rgb(1,85,12); }
div.DivClassName
{
background-color: #01550C;
}
.BgClassName
{
background-color: #01550C;
}
</style>
border-color css
<style>
span { border-color: #01550C; }
span { border-color: rgb(1,85,12); }
td.TdClassName
{
border-color: #01550C;
}
.TagClassName
{
border-color: #01550C;
}
</style>