Shades of Myrtle #0D2409
Tints of Myrtle #0D2409
RGB
CMYK
RGB Variations
Color information
#0D2409 (or 0x0D2409) is known color: Myrtle. HEX triplet: 0D, 24 and 09. RGB value is (13,36,9). Sum of RGB (Red+Green+Blue) = 13+36+9=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2409 is #F2DBF6. Grayscale: #1A1A1A. Windows color (decimal): -15916023 or 599053. OLE color: 599053.
HSL color Cylindrical-coordinate representation of color #0D2409: hue angle of 111.11º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2409 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 9 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.86 |
| HSL | 111.11º | 0.6% | 0.09% | - |
| HSV(B) | 111.11º | 0.75% | 0.14% | - |
| XYZ | 0.85 | 1.37 | 0.48 | - |
| YUV | 26.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 9 | 0.64 | 0 | 0.75 | 0.86 | 111.11 | 0.6 | 0.09 |
| Hex | D | 24 | 9 | 40 | 0 | 4B | 56 | 6F | 3C | 9 |
| Octal | 15 | 44 | 11 | 100 | 0 | 113 | 126 | 157 | 74 | 11 |
| Binary | 1101 | 100100 | 1001 | 1000000 | 0 | 1001011 | 1010110 | 1101111 | 111100 | 1001 |
Color Harmonies of #0D2409
Complementary color
Monochromatic Colors of #0D2409
Black with #0D2409
Text Example
Text Example
White with #0D2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2409; }
p { color: rgb(13,36,9); }
H1.HeaderClassName
{
color: #0D2409;
}
.AnyTagClassName
{
color: #0D2409;
}
</style>
background-color css
<style>
a { background-color: #0D2409; }
a { background-color: rgb(13,36,9); }
div.DivClassName
{
background-color: #0D2409;
}
.BgClassName
{
background-color: #0D2409;
}
</style>
border-color css
<style>
span { border-color: #0D2409; }
span { border-color: rgb(13,36,9); }
td.TdClassName
{
border-color: #0D2409;
}
.TagClassName
{
border-color: #0D2409;
}
</style>