Shades of Myrtle #0D2204
Tints of Myrtle #0D2204
RGB
CMYK
RGB Variations
Color information
#0D2204 (or 0x0D2204) is known color: Myrtle. HEX triplet: 0D, 22 and 04. RGB value is (13,34,4). Sum of RGB (Red+Green+Blue) = 13+34+4=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2204 is #F2DDFB. Grayscale: #181818. Windows color (decimal): -15916540 or 270861. OLE color: 270861.
HSL color Cylindrical-coordinate representation of color #0D2204: hue angle of 102º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2204 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 34 | 4 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.87 |
| HSL | 102º | 0.79% | 0.07% | - |
| HSV(B) | 102º | 0.88% | 0.13% | - |
| XYZ | 0.76 | 1.24 | 0.31 | - |
| YUV | 24.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 4 | 0.62 | 0 | 0.88 | 0.87 | 102 | 0.79 | 0.07 |
| Hex | D | 22 | 4 | 3E | 0 | 58 | 57 | 66 | 4F | 7 |
| Octal | 15 | 42 | 4 | 76 | 0 | 130 | 127 | 146 | 117 | 7 |
| Binary | 1101 | 100010 | 100 | 111110 | 0 | 1011000 | 1010111 | 1100110 | 1001111 | 111 |
Color Harmonies of #0D2204
Complementary color
Monochromatic Colors of #0D2204
Black with #0D2204
Text Example
Text Example
White with #0D2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2204; }
p { color: rgb(13,34,4); }
H1.HeaderClassName
{
color: #0D2204;
}
.AnyTagClassName
{
color: #0D2204;
}
</style>
background-color css
<style>
a { background-color: #0D2204; }
a { background-color: rgb(13,34,4); }
div.DivClassName
{
background-color: #0D2204;
}
.BgClassName
{
background-color: #0D2204;
}
</style>
border-color css
<style>
span { border-color: #0D2204; }
span { border-color: rgb(13,34,4); }
td.TdClassName
{
border-color: #0D2204;
}
.TagClassName
{
border-color: #0D2204;
}
</style>