Shades of Myrtle #0D5118
Tints of Myrtle #0D5118
RGB
CMYK
RGB Variations
Color information
#0D5118 (or 0x0D5118) is known color: Myrtle. HEX triplet: 0D, 51 and 18. RGB value is (13,81,24). Sum of RGB (Red+Green+Blue) = 13+81+24=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5118 is #F2AEE7. Grayscale: #363636. Windows color (decimal): -15904488 or 1593613. OLE color: 1593613.
HSL color Cylindrical-coordinate representation of color #0D5118: hue angle of 129.71º 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 #0D5118 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 24 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.68 |
| HSL | 129.71º | 0.72% | 0.18% | - |
| HSV(B) | 129.71º | 0.84% | 0.32% | - |
| XYZ | 3.27 | 6.04 | 1.86 | - |
| YUV | 54.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 24 | 0.84 | 0 | 0.70 | 0.68 | 129.71 | 0.72 | 0.18 |
| Hex | D | 51 | 18 | 54 | 0 | 46 | 44 | 82 | 48 | 12 |
| Octal | 15 | 121 | 30 | 124 | 0 | 106 | 104 | 202 | 110 | 22 |
| Binary | 1101 | 1010001 | 11000 | 1010100 | 0 | 1000110 | 1000100 | 10000010 | 1001000 | 10010 |
Color Harmonies of #0D5118
Complementary color
Monochromatic Colors of #0D5118
Black with #0D5118
Text Example
Text Example
White with #0D5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5118; }
p { color: rgb(13,81,24); }
H1.HeaderClassName
{
color: #0D5118;
}
.AnyTagClassName
{
color: #0D5118;
}
</style>
background-color css
<style>
a { background-color: #0D5118; }
a { background-color: rgb(13,81,24); }
div.DivClassName
{
background-color: #0D5118;
}
.BgClassName
{
background-color: #0D5118;
}
</style>
border-color css
<style>
span { border-color: #0D5118; }
span { border-color: rgb(13,81,24); }
td.TdClassName
{
border-color: #0D5118;
}
.TagClassName
{
border-color: #0D5118;
}
</style>