Shades of Myrtle #0D3110
Tints of Myrtle #0D3110
RGB
CMYK
RGB Variations
Color information
#0D3110 (or 0x0D3110) is known color: Myrtle. HEX triplet: 0D, 31 and 10. RGB value is (13,49,16). Sum of RGB (Red+Green+Blue) = 13+49+16=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3110 is #F2CEEF. Grayscale: #222222. Windows color (decimal): -15912688 or 1061133. OLE color: 1061133.
HSL color Cylindrical-coordinate representation of color #0D3110: hue angle of 125º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3110 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 16 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.81 |
| HSL | 125º | 0.58% | 0.12% | - |
| HSV(B) | 125º | 0.73% | 0.19% | - |
| XYZ | 1.36 | 2.32 | 0.87 | - |
| YUV | 34.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 16 | 0.73 | 0 | 0.67 | 0.81 | 125 | 0.58 | 0.12 |
| Hex | D | 31 | 10 | 49 | 0 | 43 | 51 | 7D | 3A | C |
| Octal | 15 | 61 | 20 | 111 | 0 | 103 | 121 | 175 | 72 | 14 |
| Binary | 1101 | 110001 | 10000 | 1001001 | 0 | 1000011 | 1010001 | 1111101 | 111010 | 1100 |
Color Harmonies of #0D3110
Complementary color
Monochromatic Colors of #0D3110
Black with #0D3110
Text Example
Text Example
White with #0D3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3110; }
p { color: rgb(13,49,16); }
H1.HeaderClassName
{
color: #0D3110;
}
.AnyTagClassName
{
color: #0D3110;
}
</style>
background-color css
<style>
a { background-color: #0D3110; }
a { background-color: rgb(13,49,16); }
div.DivClassName
{
background-color: #0D3110;
}
.BgClassName
{
background-color: #0D3110;
}
</style>
border-color css
<style>
span { border-color: #0D3110; }
span { border-color: rgb(13,49,16); }
td.TdClassName
{
border-color: #0D3110;
}
.TagClassName
{
border-color: #0D3110;
}
</style>