Shades of Myrtle #0D540E
Tints of Myrtle #0D540E
RGB
CMYK
RGB Variations
Color information
#0D540E (or 0x0D540E) is known color: Myrtle. HEX triplet: 0D, 54 and 0E. RGB value is (13,84,14). Sum of RGB (Red+Green+Blue) = 13+84+14=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #0D540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D540E is #F2ABF1. Grayscale: #363636. Windows color (decimal): -15903730 or 939021. OLE color: 939021.
HSL color Cylindrical-coordinate representation of color #0D540E: hue angle of 120.85º 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 #0D540E is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 14 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.67 |
| HSL | 120.85º | 0.73% | 0.19% | - |
| HSV(B) | 120.85º | 0.85% | 0.33% | - |
| XYZ | 3.42 | 6.46 | 1.48 | - |
| YUV | 54.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 14 | 0.85 | 0 | 0.83 | 0.67 | 120.85 | 0.73 | 0.19 |
| Hex | D | 54 | E | 55 | 0 | 53 | 43 | 79 | 49 | 13 |
| Octal | 15 | 124 | 16 | 125 | 0 | 123 | 103 | 171 | 111 | 23 |
| Binary | 1101 | 1010100 | 1110 | 1010101 | 0 | 1010011 | 1000011 | 1111001 | 1001001 | 10011 |
Color Harmonies of #0D540E
Complementary color
Monochromatic Colors of #0D540E
Black with #0D540E
Text Example
Text Example
White with #0D540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D540E; }
p { color: rgb(13,84,14); }
H1.HeaderClassName
{
color: #0D540E;
}
.AnyTagClassName
{
color: #0D540E;
}
</style>
background-color css
<style>
a { background-color: #0D540E; }
a { background-color: rgb(13,84,14); }
div.DivClassName
{
background-color: #0D540E;
}
.BgClassName
{
background-color: #0D540E;
}
</style>
border-color css
<style>
span { border-color: #0D540E; }
span { border-color: rgb(13,84,14); }
td.TdClassName
{
border-color: #0D540E;
}
.TagClassName
{
border-color: #0D540E;
}
</style>