Shades of Myrtle #0D3010
Tints of Myrtle #0D3010
RGB
CMYK
RGB Variations
Color information
#0D3010 (or 0x0D3010) is known color: Myrtle. HEX triplet: 0D, 30 and 10. RGB value is (13,48,16). Sum of RGB (Red+Green+Blue) = 13+48+16=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3010 is #F2CFEF. Grayscale: #212121. Windows color (decimal): -15912944 or 1060877. OLE color: 1060877.
HSL color Cylindrical-coordinate representation of color #0D3010: hue angle of 125.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3010 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 16 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.81 |
| HSL | 125.14º | 0.57% | 0.12% | - |
| HSV(B) | 125.14º | 0.73% | 0.19% | - |
| XYZ | 1.32 | 2.24 | 0.85 | - |
| YUV | 33.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 16 | 0.73 | 0 | 0.67 | 0.81 | 125.14 | 0.57 | 0.12 |
| Hex | D | 30 | 10 | 49 | 0 | 43 | 51 | 7D | 39 | C |
| Octal | 15 | 60 | 20 | 111 | 0 | 103 | 121 | 175 | 71 | 14 |
| Binary | 1101 | 110000 | 10000 | 1001001 | 0 | 1000011 | 1010001 | 1111101 | 111001 | 1100 |
Color Harmonies of #0D3010
Complementary color
Monochromatic Colors of #0D3010
Black with #0D3010
Text Example
Text Example
White with #0D3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3010; }
p { color: rgb(13,48,16); }
H1.HeaderClassName
{
color: #0D3010;
}
.AnyTagClassName
{
color: #0D3010;
}
</style>
background-color css
<style>
a { background-color: #0D3010; }
a { background-color: rgb(13,48,16); }
div.DivClassName
{
background-color: #0D3010;
}
.BgClassName
{
background-color: #0D3010;
}
</style>
border-color css
<style>
span { border-color: #0D3010; }
span { border-color: rgb(13,48,16); }
td.TdClassName
{
border-color: #0D3010;
}
.TagClassName
{
border-color: #0D3010;
}
</style>