Shades of Myrtle #0D310D
Tints of Myrtle #0D310D
RGB
CMYK
RGB Variations
Color information
#0D310D (or 0x0D310D) is known color: Myrtle. HEX triplet: 0D, 31 and 0D. RGB value is (13,49,13). Sum of RGB (Red+Green+Blue) = 13+49+13=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #0D310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D310D is #F2CEF2. Grayscale: #222222. Windows color (decimal): -15912691 or 864525. OLE color: 864525.
HSL color Cylindrical-coordinate representation of color #0D310D: hue angle of 120º 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 #0D310D is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 13 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.81 |
| HSL | 120º | 0.58% | 0.12% | - |
| HSV(B) | 120º | 0.73% | 0.19% | - |
| XYZ | 1.34 | 2.31 | 0.76 | - |
| YUV | 34.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 13 | 0.73 | 0 | 0.73 | 0.81 | 120 | 0.58 | 0.12 |
| Hex | D | 31 | D | 49 | 0 | 49 | 51 | 78 | 3A | C |
| Octal | 15 | 61 | 15 | 111 | 0 | 111 | 121 | 170 | 72 | 14 |
| Binary | 1101 | 110001 | 1101 | 1001001 | 0 | 1001001 | 1010001 | 1111000 | 111010 | 1100 |
Color Harmonies of #0D310D
Complementary color
Monochromatic Colors of #0D310D
Black with #0D310D
Text Example
Text Example
White with #0D310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D310D; }
p { color: rgb(13,49,13); }
H1.HeaderClassName
{
color: #0D310D;
}
.AnyTagClassName
{
color: #0D310D;
}
</style>
background-color css
<style>
a { background-color: #0D310D; }
a { background-color: rgb(13,49,13); }
div.DivClassName
{
background-color: #0D310D;
}
.BgClassName
{
background-color: #0D310D;
}
</style>
border-color css
<style>
span { border-color: #0D310D; }
span { border-color: rgb(13,49,13); }
td.TdClassName
{
border-color: #0D310D;
}
.TagClassName
{
border-color: #0D310D;
}
</style>