Shades of Myrtle #0D5105
Tints of Myrtle #0D5105
RGB
CMYK
RGB Variations
Color information
#0D5105 (or 0x0D5105) is known color: Myrtle. HEX triplet: 0D, 51 and 05. RGB value is (13,81,5). Sum of RGB (Red+Green+Blue) = 13+81+5=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5105 is #F2AEFA. Grayscale: #343434. Windows color (decimal): -15904507 or 348429. OLE color: 348429.
HSL color Cylindrical-coordinate representation of color #0D5105: hue angle of 113.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5105 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 5 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.68 |
| HSL | 113.68º | 0.88% | 0.17% | - |
| HSV(B) | 113.68º | 0.94% | 0.32% | - |
| XYZ | 3.14 | 5.98 | 1.13 | - |
| YUV | 52 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 5 | 0.84 | 0 | 0.94 | 0.68 | 113.68 | 0.88 | 0.17 |
| Hex | D | 51 | 5 | 54 | 0 | 5E | 44 | 72 | 58 | 11 |
| Octal | 15 | 121 | 5 | 124 | 0 | 136 | 104 | 162 | 130 | 21 |
| Binary | 1101 | 1010001 | 101 | 1010100 | 0 | 1011110 | 1000100 | 1110010 | 1011000 | 10001 |
Color Harmonies of #0D5105
Complementary color
Monochromatic Colors of #0D5105
Black with #0D5105
Text Example
Text Example
White with #0D5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5105; }
p { color: rgb(13,81,5); }
H1.HeaderClassName
{
color: #0D5105;
}
.AnyTagClassName
{
color: #0D5105;
}
</style>
background-color css
<style>
a { background-color: #0D5105; }
a { background-color: rgb(13,81,5); }
div.DivClassName
{
background-color: #0D5105;
}
.BgClassName
{
background-color: #0D5105;
}
</style>
border-color css
<style>
span { border-color: #0D5105; }
span { border-color: rgb(13,81,5); }
td.TdClassName
{
border-color: #0D5105;
}
.TagClassName
{
border-color: #0D5105;
}
</style>