Shades of Myrtle #0D5115
Tints of Myrtle #0D5115
RGB
CMYK
RGB Variations
Color information
#0D5115 (or 0x0D5115) is known color: Myrtle. HEX triplet: 0D, 51 and 15. RGB value is (13,81,21). Sum of RGB (Red+Green+Blue) = 13+81+21=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5115 is #F2AEEA. Grayscale: #363636. Windows color (decimal): -15904491 or 1397005. OLE color: 1397005.
HSL color Cylindrical-coordinate representation of color #0D5115: hue angle of 127.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5115 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 21 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.68 |
| HSL | 127.06º | 0.72% | 0.18% | - |
| HSV(B) | 127.06º | 0.84% | 0.32% | - |
| XYZ | 3.24 | 6.02 | 1.7 | - |
| YUV | 53.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 21 | 0.84 | 0 | 0.74 | 0.68 | 127.06 | 0.72 | 0.18 |
| Hex | D | 51 | 15 | 54 | 0 | 4A | 44 | 7F | 48 | 12 |
| Octal | 15 | 121 | 25 | 124 | 0 | 112 | 104 | 177 | 110 | 22 |
| Binary | 1101 | 1010001 | 10101 | 1010100 | 0 | 1001010 | 1000100 | 1111111 | 1001000 | 10010 |
Color Harmonies of #0D5115
Complementary color
Monochromatic Colors of #0D5115
Black with #0D5115
Text Example
Text Example
White with #0D5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5115; }
p { color: rgb(13,81,21); }
H1.HeaderClassName
{
color: #0D5115;
}
.AnyTagClassName
{
color: #0D5115;
}
</style>
background-color css
<style>
a { background-color: #0D5115; }
a { background-color: rgb(13,81,21); }
div.DivClassName
{
background-color: #0D5115;
}
.BgClassName
{
background-color: #0D5115;
}
</style>
border-color css
<style>
span { border-color: #0D5115; }
span { border-color: rgb(13,81,21); }
td.TdClassName
{
border-color: #0D5115;
}
.TagClassName
{
border-color: #0D5115;
}
</style>