Shades of Myrtle #0D220D
Tints of Myrtle #0D220D
RGB
CMYK
RGB Variations
Color information
#0D220D (or 0x0D220D) is known color: Myrtle. HEX triplet: 0D, 22 and 0D. RGB value is (13,34,13). Sum of RGB (Red+Green+Blue) = 13+34+13=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #0D220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D220D is #F2DDF2. Grayscale: #191919. Windows color (decimal): -15916531 or 860685. OLE color: 860685.
HSL color Cylindrical-coordinate representation of color #0D220D: hue angle of 120º 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 #0D220D is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 34 | 13 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.87 |
| HSL | 120º | 0.45% | 0.09% | - |
| HSV(B) | 120º | 0.62% | 0.13% | - |
| XYZ | 0.81 | 1.26 | 0.58 | - |
| YUV | 25.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 13 | 0.62 | 0 | 0.62 | 0.87 | 120 | 0.45 | 0.09 |
| Hex | D | 22 | D | 3E | 0 | 3E | 57 | 78 | 2D | 9 |
| Octal | 15 | 42 | 15 | 76 | 0 | 76 | 127 | 170 | 55 | 11 |
| Binary | 1101 | 100010 | 1101 | 111110 | 0 | 111110 | 1010111 | 1111000 | 101101 | 1001 |
Color Harmonies of #0D220D
Complementary color
Monochromatic Colors of #0D220D
Black with #0D220D
Text Example
Text Example
White with #0D220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D220D; }
p { color: rgb(13,34,13); }
H1.HeaderClassName
{
color: #0D220D;
}
.AnyTagClassName
{
color: #0D220D;
}
</style>
background-color css
<style>
a { background-color: #0D220D; }
a { background-color: rgb(13,34,13); }
div.DivClassName
{
background-color: #0D220D;
}
.BgClassName
{
background-color: #0D220D;
}
</style>
border-color css
<style>
span { border-color: #0D220D; }
span { border-color: rgb(13,34,13); }
td.TdClassName
{
border-color: #0D220D;
}
.TagClassName
{
border-color: #0D220D;
}
</style>