Shades of Myrtle #0D5B0E
Tints of Myrtle #0D5B0E
RGB
CMYK
RGB Variations
Color information
#0D5B0E (or 0x0D5B0E) is known color: Myrtle. HEX triplet: 0D, 5B and 0E. RGB value is (13,91,14). Sum of RGB (Red+Green+Blue) = 13+91+14=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 91 (35.94% from 255 or 77.12% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5B0E is #F2A4F1. Grayscale: #3B3B3B. Windows color (decimal): -15901938 or 940813. OLE color: 940813.
HSL color Cylindrical-coordinate representation of color #0D5B0E: hue angle of 120.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5B0E is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 91 | 14 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.64 |
| HSL | 120.77º | 0.75% | 0.2% | - |
| HSV(B) | 120.77º | 0.86% | 0.36% | - |
| XYZ | 3.99 | 7.6 | 1.67 | - |
| YUV | 58.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 14 | 0.86 | 0 | 0.85 | 0.64 | 120.77 | 0.75 | 0.2 |
| Hex | D | 5B | E | 56 | 0 | 55 | 40 | 79 | 4B | 14 |
| Octal | 15 | 133 | 16 | 126 | 0 | 125 | 100 | 171 | 113 | 24 |
| Binary | 1101 | 1011011 | 1110 | 1010110 | 0 | 1010101 | 1000000 | 1111001 | 1001011 | 10100 |
Color Harmonies of #0D5B0E
Complementary color
Monochromatic Colors of #0D5B0E
Black with #0D5B0E
Text Example
Text Example
White with #0D5B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5B0E; }
p { color: rgb(13,91,14); }
H1.HeaderClassName
{
color: #0D5B0E;
}
.AnyTagClassName
{
color: #0D5B0E;
}
</style>
background-color css
<style>
a { background-color: #0D5B0E; }
a { background-color: rgb(13,91,14); }
div.DivClassName
{
background-color: #0D5B0E;
}
.BgClassName
{
background-color: #0D5B0E;
}
</style>
border-color css
<style>
span { border-color: #0D5B0E; }
span { border-color: rgb(13,91,14); }
td.TdClassName
{
border-color: #0D5B0E;
}
.TagClassName
{
border-color: #0D5B0E;
}
</style>