Shades of Myrtle #0D560F
Tints of Myrtle #0D560F
RGB
CMYK
RGB Variations
Color information
#0D560F (or 0x0D560F) is known color: Myrtle. HEX triplet: 0D, 56 and 0F. RGB value is (13,86,15). Sum of RGB (Red+Green+Blue) = 13+86+15=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #0D560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D560F is #F2A9F0. Grayscale: #383838. Windows color (decimal): -15903217 or 1005069. OLE color: 1005069.
HSL color Cylindrical-coordinate representation of color #0D560F: hue angle of 121.64º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D560F is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 15 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.66 |
| HSL | 121.64º | 0.74% | 0.19% | - |
| HSV(B) | 121.64º | 0.85% | 0.34% | - |
| XYZ | 3.58 | 6.78 | 1.57 | - |
| YUV | 56.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 15 | 0.85 | 0 | 0.83 | 0.66 | 121.64 | 0.74 | 0.19 |
| Hex | D | 56 | F | 55 | 0 | 53 | 42 | 7A | 4A | 13 |
| Octal | 15 | 126 | 17 | 125 | 0 | 123 | 102 | 172 | 112 | 23 |
| Binary | 1101 | 1010110 | 1111 | 1010101 | 0 | 1010011 | 1000010 | 1111010 | 1001010 | 10011 |
Color Harmonies of #0D560F
Complementary color
Monochromatic Colors of #0D560F
Black with #0D560F
Text Example
Text Example
White with #0D560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D560F; }
p { color: rgb(13,86,15); }
H1.HeaderClassName
{
color: #0D560F;
}
.AnyTagClassName
{
color: #0D560F;
}
</style>
background-color css
<style>
a { background-color: #0D560F; }
a { background-color: rgb(13,86,15); }
div.DivClassName
{
background-color: #0D560F;
}
.BgClassName
{
background-color: #0D560F;
}
</style>
border-color css
<style>
span { border-color: #0D560F; }
span { border-color: rgb(13,86,15); }
td.TdClassName
{
border-color: #0D560F;
}
.TagClassName
{
border-color: #0D560F;
}
</style>