Shades of Myrtle #0D550E
Tints of Myrtle #0D550E
RGB
CMYK
RGB Variations
Color information
#0D550E (or 0x0D550E) is known color: Myrtle. HEX triplet: 0D, 55 and 0E. RGB value is (13,85,14). Sum of RGB (Red+Green+Blue) = 13+85+14=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #0D550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D550E is #F2AAF1. Grayscale: #373737. Windows color (decimal): -15903474 or 939277. OLE color: 939277.
HSL color Cylindrical-coordinate representation of color #0D550E: hue angle of 120.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D550E is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 85 | 14 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.67 |
| HSL | 120.83º | 0.73% | 0.19% | - |
| HSV(B) | 120.83º | 0.85% | 0.33% | - |
| XYZ | 3.49 | 6.61 | 1.51 | - |
| YUV | 55.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 14 | 0.85 | 0 | 0.84 | 0.67 | 120.83 | 0.73 | 0.19 |
| Hex | D | 55 | E | 55 | 0 | 54 | 43 | 79 | 49 | 13 |
| Octal | 15 | 125 | 16 | 125 | 0 | 124 | 103 | 171 | 111 | 23 |
| Binary | 1101 | 1010101 | 1110 | 1010101 | 0 | 1010100 | 1000011 | 1111001 | 1001001 | 10011 |
Color Harmonies of #0D550E
Complementary color
Monochromatic Colors of #0D550E
Black with #0D550E
Text Example
Text Example
White with #0D550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D550E; }
p { color: rgb(13,85,14); }
H1.HeaderClassName
{
color: #0D550E;
}
.AnyTagClassName
{
color: #0D550E;
}
</style>
background-color css
<style>
a { background-color: #0D550E; }
a { background-color: rgb(13,85,14); }
div.DivClassName
{
background-color: #0D550E;
}
.BgClassName
{
background-color: #0D550E;
}
</style>
border-color css
<style>
span { border-color: #0D550E; }
span { border-color: rgb(13,85,14); }
td.TdClassName
{
border-color: #0D550E;
}
.TagClassName
{
border-color: #0D550E;
}
</style>