Shades of Myrtle #0D390C
Tints of Myrtle #0D390C
RGB
CMYK
RGB Variations
Color information
#0D390C (or 0x0D390C) is known color: Myrtle. HEX triplet: 0D, 39 and 0C. RGB value is (13,57,12). Sum of RGB (Red+Green+Blue) = 13+57+12=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #0D390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D390C is #F2C6F3. Grayscale: #262626. Windows color (decimal): -15910644 or 801037. OLE color: 801037.
HSL color Cylindrical-coordinate representation of color #0D390C: hue angle of 118.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D390C is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 57 | 12 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.78 |
| HSL | 118.67º | 0.65% | 0.14% | - |
| HSV(B) | 118.67º | 0.79% | 0.22% | - |
| XYZ | 1.7 | 3.04 | 0.84 | - |
| YUV | 38.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 12 | 0.77 | 0 | 0.79 | 0.78 | 118.67 | 0.65 | 0.14 |
| Hex | D | 39 | C | 4D | 0 | 4F | 4E | 77 | 41 | E |
| Octal | 15 | 71 | 14 | 115 | 0 | 117 | 116 | 167 | 101 | 16 |
| Binary | 1101 | 111001 | 1100 | 1001101 | 0 | 1001111 | 1001110 | 1110111 | 1000001 | 1110 |
Color Harmonies of #0D390C
Complementary color
Monochromatic Colors of #0D390C
Black with #0D390C
Text Example
Text Example
White with #0D390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D390C; }
p { color: rgb(13,57,12); }
H1.HeaderClassName
{
color: #0D390C;
}
.AnyTagClassName
{
color: #0D390C;
}
</style>
background-color css
<style>
a { background-color: #0D390C; }
a { background-color: rgb(13,57,12); }
div.DivClassName
{
background-color: #0D390C;
}
.BgClassName
{
background-color: #0D390C;
}
</style>
border-color css
<style>
span { border-color: #0D390C; }
span { border-color: rgb(13,57,12); }
td.TdClassName
{
border-color: #0D390C;
}
.TagClassName
{
border-color: #0D390C;
}
</style>