Shades of Myrtle #0D5613
Tints of Myrtle #0D5613
RGB
CMYK
RGB Variations
Color information
#0D5613 (or 0x0D5613) is known color: Myrtle. HEX triplet: 0D, 56 and 13. RGB value is (13,86,19). Sum of RGB (Red+Green+Blue) = 13+86+19=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #0D5613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5613 is #F2A9EC. Grayscale: #383838. Windows color (decimal): -15903213 or 1267213. OLE color: 1267213.
HSL color Cylindrical-coordinate representation of color #0D5613: hue angle of 124.93º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5613 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 19 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.66 |
| HSL | 124.93º | 0.74% | 0.19% | - |
| HSV(B) | 124.93º | 0.85% | 0.34% | - |
| XYZ | 3.61 | 6.79 | 1.74 | - |
| YUV | 56.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 19 | 0.85 | 0 | 0.78 | 0.66 | 124.93 | 0.74 | 0.19 |
| Hex | D | 56 | 13 | 55 | 0 | 4E | 42 | 7D | 4A | 13 |
| Octal | 15 | 126 | 23 | 125 | 0 | 116 | 102 | 175 | 112 | 23 |
| Binary | 1101 | 1010110 | 10011 | 1010101 | 0 | 1001110 | 1000010 | 1111101 | 1001010 | 10011 |
Color Harmonies of #0D5613
Complementary color
Monochromatic Colors of #0D5613
Black with #0D5613
Text Example
Text Example
White with #0D5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5613; }
p { color: rgb(13,86,19); }
H1.HeaderClassName
{
color: #0D5613;
}
.AnyTagClassName
{
color: #0D5613;
}
</style>
background-color css
<style>
a { background-color: #0D5613; }
a { background-color: rgb(13,86,19); }
div.DivClassName
{
background-color: #0D5613;
}
.BgClassName
{
background-color: #0D5613;
}
</style>
border-color css
<style>
span { border-color: #0D5613; }
span { border-color: rgb(13,86,19); }
td.TdClassName
{
border-color: #0D5613;
}
.TagClassName
{
border-color: #0D5613;
}
</style>