Shades of Myrtle #0D3809
Tints of Myrtle #0D3809
RGB
CMYK
RGB Variations
Color information
#0D3809 (or 0x0D3809) is known color: Myrtle. HEX triplet: 0D, 38 and 09. RGB value is (13,56,9). Sum of RGB (Red+Green+Blue) = 13+56+9=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3809 is #F2C7F6. Grayscale: #252525. Windows color (decimal): -15910903 or 604173. OLE color: 604173.
HSL color Cylindrical-coordinate representation of color #0D3809: hue angle of 114.89º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3809 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 9 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.78 |
| HSL | 114.89º | 0.72% | 0.13% | - |
| HSV(B) | 114.89º | 0.84% | 0.22% | - |
| XYZ | 1.63 | 2.93 | 0.74 | - |
| YUV | 37.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 9 | 0.77 | 0 | 0.84 | 0.78 | 114.89 | 0.72 | 0.13 |
| Hex | D | 38 | 9 | 4D | 0 | 54 | 4E | 73 | 48 | D |
| Octal | 15 | 70 | 11 | 115 | 0 | 124 | 116 | 163 | 110 | 15 |
| Binary | 1101 | 111000 | 1001 | 1001101 | 0 | 1010100 | 1001110 | 1110011 | 1001000 | 1101 |
Color Harmonies of #0D3809
Complementary color
Monochromatic Colors of #0D3809
Black with #0D3809
Text Example
Text Example
White with #0D3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3809; }
p { color: rgb(13,56,9); }
H1.HeaderClassName
{
color: #0D3809;
}
.AnyTagClassName
{
color: #0D3809;
}
</style>
background-color css
<style>
a { background-color: #0D3809; }
a { background-color: rgb(13,56,9); }
div.DivClassName
{
background-color: #0D3809;
}
.BgClassName
{
background-color: #0D3809;
}
</style>
border-color css
<style>
span { border-color: #0D3809; }
span { border-color: rgb(13,56,9); }
td.TdClassName
{
border-color: #0D3809;
}
.TagClassName
{
border-color: #0D3809;
}
</style>