Shades of Myrtle #0D2606
Tints of Myrtle #0D2606
RGB
CMYK
RGB Variations
Color information
#0D2606 (or 0x0D2606) is known color: Myrtle. HEX triplet: 0D, 26 and 06. RGB value is (13,38,6). Sum of RGB (Red+Green+Blue) = 13+38+6=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2606 is #F2D9F9. Grayscale: #1A1A1A. Windows color (decimal): -15915514 or 402957. OLE color: 402957.
HSL color Cylindrical-coordinate representation of color #0D2606: hue angle of 106.88º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2606 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 6 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.85 |
| HSL | 106.88º | 0.73% | 0.09% | - |
| HSV(B) | 106.88º | 0.84% | 0.15% | - |
| XYZ | 0.89 | 1.48 | 0.41 | - |
| YUV | 26.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 6 | 0.66 | 0 | 0.84 | 0.85 | 106.88 | 0.73 | 0.09 |
| Hex | D | 26 | 6 | 42 | 0 | 54 | 55 | 6B | 49 | 9 |
| Octal | 15 | 46 | 6 | 102 | 0 | 124 | 125 | 153 | 111 | 11 |
| Binary | 1101 | 100110 | 110 | 1000010 | 0 | 1010100 | 1010101 | 1101011 | 1001001 | 1001 |
Color Harmonies of #0D2606
Complementary color
Monochromatic Colors of #0D2606
Black with #0D2606
Text Example
Text Example
White with #0D2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2606; }
p { color: rgb(13,38,6); }
H1.HeaderClassName
{
color: #0D2606;
}
.AnyTagClassName
{
color: #0D2606;
}
</style>
background-color css
<style>
a { background-color: #0D2606; }
a { background-color: rgb(13,38,6); }
div.DivClassName
{
background-color: #0D2606;
}
.BgClassName
{
background-color: #0D2606;
}
</style>
border-color css
<style>
span { border-color: #0D2606; }
span { border-color: rgb(13,38,6); }
td.TdClassName
{
border-color: #0D2606;
}
.TagClassName
{
border-color: #0D2606;
}
</style>