Shades of Myrtle #0D3C12
Tints of Myrtle #0D3C12
RGB
CMYK
RGB Variations
Color information
#0D3C12 (or 0x0D3C12) is known color: Myrtle. HEX triplet: 0D, 3C and 12. RGB value is (13,60,18). Sum of RGB (Red+Green+Blue) = 13+60+18=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #0D3C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3C12 is #F2C3ED. Grayscale: #292929. Windows color (decimal): -15909870 or 1195021. OLE color: 1195021.
HSL color Cylindrical-coordinate representation of color #0D3C12: hue angle of 126.38º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3C12 is Cyan = 0.78, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 60 | 18 | - |
| CMYK | 0.78 | 0 | 0.7 | 0.76 |
| HSL | 126.38º | 0.64% | 0.14% | - |
| HSV(B) | 126.38º | 0.78% | 0.24% | - |
| XYZ | 1.89 | 3.36 | 1.12 | - |
| YUV | 41.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 18 | 0.78 | 0 | 0.7 | 0.76 | 126.38 | 0.64 | 0.14 |
| Hex | D | 3C | 12 | 4E | 0 | 46 | 4C | 7E | 40 | E |
| Octal | 15 | 74 | 22 | 116 | 0 | 106 | 114 | 176 | 100 | 16 |
| Binary | 1101 | 111100 | 10010 | 1001110 | 0 | 1000110 | 1001100 | 1111110 | 1000000 | 1110 |
Color Harmonies of #0D3C12
Complementary color
Monochromatic Colors of #0D3C12
Black with #0D3C12
Text Example
Text Example
White with #0D3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C12; }
p { color: rgb(13,60,18); }
H1.HeaderClassName
{
color: #0D3C12;
}
.AnyTagClassName
{
color: #0D3C12;
}
</style>
background-color css
<style>
a { background-color: #0D3C12; }
a { background-color: rgb(13,60,18); }
div.DivClassName
{
background-color: #0D3C12;
}
.BgClassName
{
background-color: #0D3C12;
}
</style>
border-color css
<style>
span { border-color: #0D3C12; }
span { border-color: rgb(13,60,18); }
td.TdClassName
{
border-color: #0D3C12;
}
.TagClassName
{
border-color: #0D3C12;
}
</style>