Shades of Myrtle #0D2404
Tints of Myrtle #0D2404
RGB
CMYK
RGB Variations
Color information
#0D2404 (or 0x0D2404) is known color: Myrtle. HEX triplet: 0D, 24 and 04. RGB value is (13,36,4). Sum of RGB (Red+Green+Blue) = 13+36+4=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2404 is #F2DBFB. Grayscale: #191919. Windows color (decimal): -15916028 or 271373. OLE color: 271373.
HSL color Cylindrical-coordinate representation of color #0D2404: hue angle of 103.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2404 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 4 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.86 |
| HSL | 103.13º | 0.8% | 0.08% | - |
| HSV(B) | 103.13º | 0.89% | 0.14% | - |
| XYZ | 0.82 | 1.36 | 0.33 | - |
| YUV | 25.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 4 | 0.64 | 0 | 0.89 | 0.86 | 103.13 | 0.8 | 0.08 |
| Hex | D | 24 | 4 | 40 | 0 | 59 | 56 | 67 | 50 | 8 |
| Octal | 15 | 44 | 4 | 100 | 0 | 131 | 126 | 147 | 120 | 10 |
| Binary | 1101 | 100100 | 100 | 1000000 | 0 | 1011001 | 1010110 | 1100111 | 1010000 | 1000 |
Color Harmonies of #0D2404
Complementary color
Monochromatic Colors of #0D2404
Black with #0D2404
Text Example
Text Example
White with #0D2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2404; }
p { color: rgb(13,36,4); }
H1.HeaderClassName
{
color: #0D2404;
}
.AnyTagClassName
{
color: #0D2404;
}
</style>
background-color css
<style>
a { background-color: #0D2404; }
a { background-color: rgb(13,36,4); }
div.DivClassName
{
background-color: #0D2404;
}
.BgClassName
{
background-color: #0D2404;
}
</style>
border-color css
<style>
span { border-color: #0D2404; }
span { border-color: rgb(13,36,4); }
td.TdClassName
{
border-color: #0D2404;
}
.TagClassName
{
border-color: #0D2404;
}
</style>