Shades of Myrtle #0D5810
Tints of Myrtle #0D5810
RGB
CMYK
RGB Variations
Color information
#0D5810 (or 0x0D5810) is known color: Myrtle. HEX triplet: 0D, 58 and 10. RGB value is (13,88,16). Sum of RGB (Red+Green+Blue) = 13+88+16=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5810 is #F2A7EF. Grayscale: #393939. Windows color (decimal): -15902704 or 1071117. OLE color: 1071117.
HSL color Cylindrical-coordinate representation of color #0D5810: hue angle of 122.4º degrees, saturation: 0.74, 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 #0D5810 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 16 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.65 |
| HSL | 122.4º | 0.74% | 0.2% | - |
| HSV(B) | 122.4º | 0.85% | 0.35% | - |
| XYZ | 3.75 | 7.1 | 1.66 | - |
| YUV | 57.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 16 | 0.85 | 0 | 0.82 | 0.65 | 122.4 | 0.74 | 0.2 |
| Hex | D | 58 | 10 | 55 | 0 | 52 | 41 | 7A | 4A | 14 |
| Octal | 15 | 130 | 20 | 125 | 0 | 122 | 101 | 172 | 112 | 24 |
| Binary | 1101 | 1011000 | 10000 | 1010101 | 0 | 1010010 | 1000001 | 1111010 | 1001010 | 10100 |
Color Harmonies of #0D5810
Complementary color
Monochromatic Colors of #0D5810
Black with #0D5810
Text Example
Text Example
White with #0D5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5810; }
p { color: rgb(13,88,16); }
H1.HeaderClassName
{
color: #0D5810;
}
.AnyTagClassName
{
color: #0D5810;
}
</style>
background-color css
<style>
a { background-color: #0D5810; }
a { background-color: rgb(13,88,16); }
div.DivClassName
{
background-color: #0D5810;
}
.BgClassName
{
background-color: #0D5810;
}
</style>
border-color css
<style>
span { border-color: #0D5810; }
span { border-color: rgb(13,88,16); }
td.TdClassName
{
border-color: #0D5810;
}
.TagClassName
{
border-color: #0D5810;
}
</style>