Shades of Myrtle #0D320D
Tints of Myrtle #0D320D
RGB
CMYK
RGB Variations
Color information
#0D320D (or 0x0D320D) is known color: Myrtle. HEX triplet: 0D, 32 and 0D. RGB value is (13,50,13). Sum of RGB (Red+Green+Blue) = 13+50+13=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320D is #F2CDF2. Grayscale: #222222. Windows color (decimal): -15912435 or 864781. OLE color: 864781.
HSL color Cylindrical-coordinate representation of color #0D320D: hue angle of 120º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D320D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 13 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.80 |
| HSL | 120º | 0.59% | 0.12% | - |
| HSV(B) | 120º | 0.74% | 0.2% | - |
| XYZ | 1.38 | 2.4 | 0.77 | - |
| YUV | 34.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 13 | 0.74 | 0 | 0.74 | 0.80 | 120 | 0.59 | 0.12 |
| Hex | D | 32 | D | 4A | 0 | 4A | 50 | 78 | 3B | C |
| Octal | 15 | 62 | 15 | 112 | 0 | 112 | 120 | 170 | 73 | 14 |
| Binary | 1101 | 110010 | 1101 | 1001010 | 0 | 1001010 | 1010000 | 1111000 | 111011 | 1100 |
Color Harmonies of #0D320D
Complementary color
Monochromatic Colors of #0D320D
Black with #0D320D
Text Example
Text Example
White with #0D320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D320D; }
p { color: rgb(13,50,13); }
H1.HeaderClassName
{
color: #0D320D;
}
.AnyTagClassName
{
color: #0D320D;
}
</style>
background-color css
<style>
a { background-color: #0D320D; }
a { background-color: rgb(13,50,13); }
div.DivClassName
{
background-color: #0D320D;
}
.BgClassName
{
background-color: #0D320D;
}
</style>
border-color css
<style>
span { border-color: #0D320D; }
span { border-color: rgb(13,50,13); }
td.TdClassName
{
border-color: #0D320D;
}
.TagClassName
{
border-color: #0D320D;
}
</style>