Shades of Myrtle #0D5909
Tints of Myrtle #0D5909
RGB
CMYK
RGB Variations
Color information
#0D5909 (or 0x0D5909) is known color: Myrtle. HEX triplet: 0D, 59 and 09. RGB value is (13,89,9). Sum of RGB (Red+Green+Blue) = 13+89+9=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5909 is #F2A6F6. Grayscale: #393939. Windows color (decimal): -15902455 or 612621. OLE color: 612621.
HSL color Cylindrical-coordinate representation of color #0D5909: hue angle of 117º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5909 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 9 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.65 |
| HSL | 117º | 0.82% | 0.19% | - |
| HSV(B) | 117º | 0.9% | 0.35% | - |
| XYZ | 3.79 | 7.25 | 1.46 | - |
| YUV | 57.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 9 | 0.85 | 0 | 0.90 | 0.65 | 117 | 0.82 | 0.19 |
| Hex | D | 59 | 9 | 55 | 0 | 5A | 41 | 75 | 52 | 13 |
| Octal | 15 | 131 | 11 | 125 | 0 | 132 | 101 | 165 | 122 | 23 |
| Binary | 1101 | 1011001 | 1001 | 1010101 | 0 | 1011010 | 1000001 | 1110101 | 1010010 | 10011 |
Color Harmonies of #0D5909
Complementary color
Monochromatic Colors of #0D5909
Black with #0D5909
Text Example
Text Example
White with #0D5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5909; }
p { color: rgb(13,89,9); }
H1.HeaderClassName
{
color: #0D5909;
}
.AnyTagClassName
{
color: #0D5909;
}
</style>
background-color css
<style>
a { background-color: #0D5909; }
a { background-color: rgb(13,89,9); }
div.DivClassName
{
background-color: #0D5909;
}
.BgClassName
{
background-color: #0D5909;
}
</style>
border-color css
<style>
span { border-color: #0D5909; }
span { border-color: rgb(13,89,9); }
td.TdClassName
{
border-color: #0D5909;
}
.TagClassName
{
border-color: #0D5909;
}
</style>