Shades of Myrtle #0D320F
Tints of Myrtle #0D320F
RGB
CMYK
RGB Variations
Color information
#0D320F (or 0x0D320F) is known color: Myrtle. HEX triplet: 0D, 32 and 0F. RGB value is (13,50,15). Sum of RGB (Red+Green+Blue) = 13+50+15=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320F is #F2CDF0. Grayscale: #232323. Windows color (decimal): -15912433 or 995853. OLE color: 995853.
HSL color Cylindrical-coordinate representation of color #0D320F: hue angle of 123.24º 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 #0D320F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 15 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.80 |
| HSL | 123.24º | 0.59% | 0.12% | - |
| HSV(B) | 123.24º | 0.74% | 0.2% | - |
| XYZ | 1.39 | 2.4 | 0.84 | - |
| YUV | 34.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 15 | 0.74 | 0 | 0.70 | 0.80 | 123.24 | 0.59 | 0.12 |
| Hex | D | 32 | F | 4A | 0 | 46 | 50 | 7B | 3B | C |
| Octal | 15 | 62 | 17 | 112 | 0 | 106 | 120 | 173 | 73 | 14 |
| Binary | 1101 | 110010 | 1111 | 1001010 | 0 | 1000110 | 1010000 | 1111011 | 111011 | 1100 |
Color Harmonies of #0D320F
Complementary color
Monochromatic Colors of #0D320F
Black with #0D320F
Text Example
Text Example
White with #0D320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D320F; }
p { color: rgb(13,50,15); }
H1.HeaderClassName
{
color: #0D320F;
}
.AnyTagClassName
{
color: #0D320F;
}
</style>
background-color css
<style>
a { background-color: #0D320F; }
a { background-color: rgb(13,50,15); }
div.DivClassName
{
background-color: #0D320F;
}
.BgClassName
{
background-color: #0D320F;
}
</style>
border-color css
<style>
span { border-color: #0D320F; }
span { border-color: rgb(13,50,15); }
td.TdClassName
{
border-color: #0D320F;
}
.TagClassName
{
border-color: #0D320F;
}
</style>