Shades of Myrtle #0D3206
Tints of Myrtle #0D3206
RGB
CMYK
RGB Variations
Color information
#0D3206 (or 0x0D3206) is known color: Myrtle. HEX triplet: 0D, 32 and 06. RGB value is (13,50,6). Sum of RGB (Red+Green+Blue) = 13+50+6=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3206 is #F2CDF9. Grayscale: #222222. Windows color (decimal): -15912442 or 406029. OLE color: 406029.
HSL color Cylindrical-coordinate representation of color #0D3206: hue angle of 110.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3206 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 6 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.80 |
| HSL | 110.45º | 0.79% | 0.11% | - |
| HSV(B) | 110.45º | 0.88% | 0.2% | - |
| XYZ | 1.34 | 2.38 | 0.56 | - |
| YUV | 33.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 6 | 0.74 | 0 | 0.88 | 0.80 | 110.45 | 0.79 | 0.11 |
| Hex | D | 32 | 6 | 4A | 0 | 58 | 50 | 6E | 4F | B |
| Octal | 15 | 62 | 6 | 112 | 0 | 130 | 120 | 156 | 117 | 13 |
| Binary | 1101 | 110010 | 110 | 1001010 | 0 | 1011000 | 1010000 | 1101110 | 1001111 | 1011 |
Color Harmonies of #0D3206
Complementary color
Monochromatic Colors of #0D3206
Black with #0D3206
Text Example
Text Example
White with #0D3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3206; }
p { color: rgb(13,50,6); }
H1.HeaderClassName
{
color: #0D3206;
}
.AnyTagClassName
{
color: #0D3206;
}
</style>
background-color css
<style>
a { background-color: #0D3206; }
a { background-color: rgb(13,50,6); }
div.DivClassName
{
background-color: #0D3206;
}
.BgClassName
{
background-color: #0D3206;
}
</style>
border-color css
<style>
span { border-color: #0D3206; }
span { border-color: rgb(13,50,6); }
td.TdClassName
{
border-color: #0D3206;
}
.TagClassName
{
border-color: #0D3206;
}
</style>