Shades of Myrtle #0D3310
Tints of Myrtle #0D3310
RGB
CMYK
RGB Variations
Color information
#0D3310 (or 0x0D3310) is known color: Myrtle. HEX triplet: 0D, 33 and 10. RGB value is (13,51,16). Sum of RGB (Red+Green+Blue) = 13+51+16=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #0D3310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3310 is #F2CCEF. Grayscale: #232323. Windows color (decimal): -15912176 or 1061645. OLE color: 1061645.
HSL color Cylindrical-coordinate representation of color #0D3310: hue angle of 124.74º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3310 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 16 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.8 |
| HSL | 124.74º | 0.59% | 0.13% | - |
| HSV(B) | 124.74º | 0.75% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.89 | - |
| YUV | 35.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 16 | 0.75 | 0 | 0.69 | 0.8 | 124.74 | 0.59 | 0.13 |
| Hex | D | 33 | 10 | 4B | 0 | 45 | 50 | 7D | 3B | D |
| Octal | 15 | 63 | 20 | 113 | 0 | 105 | 120 | 175 | 73 | 15 |
| Binary | 1101 | 110011 | 10000 | 1001011 | 0 | 1000101 | 1010000 | 1111101 | 111011 | 1101 |
Color Harmonies of #0D3310
Complementary color
Monochromatic Colors of #0D3310
Black with #0D3310
Text Example
Text Example
White with #0D3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3310; }
p { color: rgb(13,51,16); }
H1.HeaderClassName
{
color: #0D3310;
}
.AnyTagClassName
{
color: #0D3310;
}
</style>
background-color css
<style>
a { background-color: #0D3310; }
a { background-color: rgb(13,51,16); }
div.DivClassName
{
background-color: #0D3310;
}
.BgClassName
{
background-color: #0D3310;
}
</style>
border-color css
<style>
span { border-color: #0D3310; }
span { border-color: rgb(13,51,16); }
td.TdClassName
{
border-color: #0D3310;
}
.TagClassName
{
border-color: #0D3310;
}
</style>