Shades of Myrtle #0D1C0A
Tints of Myrtle #0D1C0A
RGB
CMYK
RGB Variations
Color information
#0D1C0A (or 0x0D1C0A) is known color: Myrtle. HEX triplet: 0D, 1C and 0A. RGB value is (13,28,10). Sum of RGB (Red+Green+Blue) = 13+28+10=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0A is #F2E3F5. Grayscale: #151515. Windows color (decimal): -15918070 or 662541. OLE color: 662541.
HSL color Cylindrical-coordinate representation of color #0D1C0A: hue angle of 110º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D1C0A is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 10 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.89 |
| HSL | 110º | 0.47% | 0.07% | - |
| HSV(B) | 110º | 0.64% | 0.11% | - |
| XYZ | 0.64 | 0.94 | 0.43 | - |
| YUV | 21.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 10 | 0.54 | 0 | 0.64 | 0.89 | 110 | 0.47 | 0.07 |
| Hex | D | 1C | A | 36 | 0 | 40 | 59 | 6E | 2F | 7 |
| Octal | 15 | 34 | 12 | 66 | 0 | 100 | 131 | 156 | 57 | 7 |
| Binary | 1101 | 11100 | 1010 | 110110 | 0 | 1000000 | 1011001 | 1101110 | 101111 | 111 |
Color Harmonies of #0D1C0A
Complementary color
Monochromatic Colors of #0D1C0A
Black with #0D1C0A
Text Example
Text Example
White with #0D1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C0A; }
p { color: rgb(13,28,10); }
H1.HeaderClassName
{
color: #0D1C0A;
}
.AnyTagClassName
{
color: #0D1C0A;
}
</style>
background-color css
<style>
a { background-color: #0D1C0A; }
a { background-color: rgb(13,28,10); }
div.DivClassName
{
background-color: #0D1C0A;
}
.BgClassName
{
background-color: #0D1C0A;
}
</style>
border-color css
<style>
span { border-color: #0D1C0A; }
span { border-color: rgb(13,28,10); }
td.TdClassName
{
border-color: #0D1C0A;
}
.TagClassName
{
border-color: #0D1C0A;
}
</style>