Shades of Myrtle #0D200C
Tints of Myrtle #0D200C
RGB
CMYK
RGB Variations
Color information
#0D200C (or 0x0D200C) is known color: Myrtle. HEX triplet: 0D, 20 and 0C. RGB value is (13,32,12). Sum of RGB (Red+Green+Blue) = 13+32+12=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0D200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D200C is #F2DFF3. Grayscale: #181818. Windows color (decimal): -15917044 or 794637. OLE color: 794637.
HSL color Cylindrical-coordinate representation of color #0D200C: hue angle of 117º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D200C is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 12 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.87 |
| HSL | 117º | 0.45% | 0.09% | - |
| HSV(B) | 117º | 0.63% | 0.13% | - |
| XYZ | 0.75 | 1.15 | 0.53 | - |
| YUV | 24.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 12 | 0.59 | 0 | 0.63 | 0.87 | 117 | 0.45 | 0.09 |
| Hex | D | 20 | C | 3B | 0 | 3F | 57 | 75 | 2D | 9 |
| Octal | 15 | 40 | 14 | 73 | 0 | 77 | 127 | 165 | 55 | 11 |
| Binary | 1101 | 100000 | 1100 | 111011 | 0 | 111111 | 1010111 | 1110101 | 101101 | 1001 |
Color Harmonies of #0D200C
Complementary color
Monochromatic Colors of #0D200C
Black with #0D200C
Text Example
Text Example
White with #0D200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D200C; }
p { color: rgb(13,32,12); }
H1.HeaderClassName
{
color: #0D200C;
}
.AnyTagClassName
{
color: #0D200C;
}
</style>
background-color css
<style>
a { background-color: #0D200C; }
a { background-color: rgb(13,32,12); }
div.DivClassName
{
background-color: #0D200C;
}
.BgClassName
{
background-color: #0D200C;
}
</style>
border-color css
<style>
span { border-color: #0D200C; }
span { border-color: rgb(13,32,12); }
td.TdClassName
{
border-color: #0D200C;
}
.TagClassName
{
border-color: #0D200C;
}
</style>