Shades of Myrtle #0D320C
Tints of Myrtle #0D320C
RGB
CMYK
RGB Variations
Color information
#0D320C (or 0x0D320C) is known color: Myrtle. HEX triplet: 0D, 32 and 0C. RGB value is (13,50,12). Sum of RGB (Red+Green+Blue) = 13+50+12=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320C is #F2CDF3. Grayscale: #222222. Windows color (decimal): -15912436 or 799245. OLE color: 799245.
HSL color Cylindrical-coordinate representation of color #0D320C: hue angle of 118.42º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D320C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 12 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.80 |
| HSL | 118.42º | 0.61% | 0.12% | - |
| HSV(B) | 118.42º | 0.76% | 0.2% | - |
| XYZ | 1.37 | 2.39 | 0.74 | - |
| YUV | 34.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 12 | 0.74 | 0 | 0.76 | 0.80 | 118.42 | 0.61 | 0.12 |
| Hex | D | 32 | C | 4A | 0 | 4C | 50 | 76 | 3D | C |
| Octal | 15 | 62 | 14 | 112 | 0 | 114 | 120 | 166 | 75 | 14 |
| Binary | 1101 | 110010 | 1100 | 1001010 | 0 | 1001100 | 1010000 | 1110110 | 111101 | 1100 |
Color Harmonies of #0D320C
Complementary color
Monochromatic Colors of #0D320C
Black with #0D320C
Text Example
Text Example
White with #0D320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D320C; }
p { color: rgb(13,50,12); }
H1.HeaderClassName
{
color: #0D320C;
}
.AnyTagClassName
{
color: #0D320C;
}
</style>
background-color css
<style>
a { background-color: #0D320C; }
a { background-color: rgb(13,50,12); }
div.DivClassName
{
background-color: #0D320C;
}
.BgClassName
{
background-color: #0D320C;
}
</style>
border-color css
<style>
span { border-color: #0D320C; }
span { border-color: rgb(13,50,12); }
td.TdClassName
{
border-color: #0D320C;
}
.TagClassName
{
border-color: #0D320C;
}
</style>