Shades of Myrtle #0D3710
Tints of Myrtle #0D3710
RGB
CMYK
RGB Variations
Color information
#0D3710 (or 0x0D3710) is known color: Myrtle. HEX triplet: 0D, 37 and 10. RGB value is (13,55,16). Sum of RGB (Red+Green+Blue) = 13+55+16=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3710 is #F2C8EF. Grayscale: #262626. Windows color (decimal): -15911152 or 1062669. OLE color: 1062669.
HSL color Cylindrical-coordinate representation of color #0D3710: hue angle of 124.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3710 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 16 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.78 |
| HSL | 124.29º | 0.62% | 0.13% | - |
| HSV(B) | 124.29º | 0.76% | 0.22% | - |
| XYZ | 1.63 | 2.86 | 0.96 | - |
| YUV | 38 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 16 | 0.76 | 0 | 0.71 | 0.78 | 124.29 | 0.62 | 0.13 |
| Hex | D | 37 | 10 | 4C | 0 | 47 | 4E | 7C | 3E | D |
| Octal | 15 | 67 | 20 | 114 | 0 | 107 | 116 | 174 | 76 | 15 |
| Binary | 1101 | 110111 | 10000 | 1001100 | 0 | 1000111 | 1001110 | 1111100 | 111110 | 1101 |
Color Harmonies of #0D3710
Complementary color
Monochromatic Colors of #0D3710
Black with #0D3710
Text Example
Text Example
White with #0D3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3710; }
p { color: rgb(13,55,16); }
H1.HeaderClassName
{
color: #0D3710;
}
.AnyTagClassName
{
color: #0D3710;
}
</style>
background-color css
<style>
a { background-color: #0D3710; }
a { background-color: rgb(13,55,16); }
div.DivClassName
{
background-color: #0D3710;
}
.BgClassName
{
background-color: #0D3710;
}
</style>
border-color css
<style>
span { border-color: #0D3710; }
span { border-color: rgb(13,55,16); }
td.TdClassName
{
border-color: #0D3710;
}
.TagClassName
{
border-color: #0D3710;
}
</style>