Shades of Myrtle #0D5915
Tints of Myrtle #0D5915
RGB
CMYK
RGB Variations
Color information
#0D5915 (or 0x0D5915) is known color: Myrtle. HEX triplet: 0D, 59 and 15. RGB value is (13,89,21). Sum of RGB (Red+Green+Blue) = 13+89+21=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5915 is #F2A6EA. Grayscale: #3A3A3A. Windows color (decimal): -15902443 or 1399053. OLE color: 1399053.
HSL color Cylindrical-coordinate representation of color #0D5915: hue angle of 126.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5915 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 21 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.65 |
| HSL | 126.32º | 0.75% | 0.2% | - |
| HSV(B) | 126.32º | 0.85% | 0.35% | - |
| XYZ | 3.87 | 7.28 | 1.91 | - |
| YUV | 58.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 21 | 0.85 | 0 | 0.76 | 0.65 | 126.32 | 0.75 | 0.2 |
| Hex | D | 59 | 15 | 55 | 0 | 4C | 41 | 7E | 4B | 14 |
| Octal | 15 | 131 | 25 | 125 | 0 | 114 | 101 | 176 | 113 | 24 |
| Binary | 1101 | 1011001 | 10101 | 1010101 | 0 | 1001100 | 1000001 | 1111110 | 1001011 | 10100 |
Color Harmonies of #0D5915
Complementary color
Monochromatic Colors of #0D5915
Black with #0D5915
Text Example
Text Example
White with #0D5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5915; }
p { color: rgb(13,89,21); }
H1.HeaderClassName
{
color: #0D5915;
}
.AnyTagClassName
{
color: #0D5915;
}
</style>
background-color css
<style>
a { background-color: #0D5915; }
a { background-color: rgb(13,89,21); }
div.DivClassName
{
background-color: #0D5915;
}
.BgClassName
{
background-color: #0D5915;
}
</style>
border-color css
<style>
span { border-color: #0D5915; }
span { border-color: rgb(13,89,21); }
td.TdClassName
{
border-color: #0D5915;
}
.TagClassName
{
border-color: #0D5915;
}
</style>