Shades of Myrtle #0D4413
Tints of Myrtle #0D4413
RGB
CMYK
RGB Variations
Color information
#0D4413 (or 0x0D4413) is known color: Myrtle. HEX triplet: 0D, 44 and 13. RGB value is (13,68,19). Sum of RGB (Red+Green+Blue) = 13+68+19=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4413 is #F2BBEC. Grayscale: #2E2E2E. Windows color (decimal): -15907821 or 1262605. OLE color: 1262605.
HSL color Cylindrical-coordinate representation of color #0D4413: hue angle of 126.55º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4413 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 19 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.73 |
| HSL | 126.55º | 0.68% | 0.16% | - |
| HSV(B) | 126.55º | 0.81% | 0.27% | - |
| XYZ | 2.35 | 4.27 | 1.32 | - |
| YUV | 45.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 19 | 0.81 | 0 | 0.72 | 0.73 | 126.55 | 0.68 | 0.16 |
| Hex | D | 44 | 13 | 51 | 0 | 48 | 49 | 7F | 44 | 10 |
| Octal | 15 | 104 | 23 | 121 | 0 | 110 | 111 | 177 | 104 | 20 |
| Binary | 1101 | 1000100 | 10011 | 1010001 | 0 | 1001000 | 1001001 | 1111111 | 1000100 | 10000 |
Color Harmonies of #0D4413
Complementary color
Monochromatic Colors of #0D4413
Black with #0D4413
Text Example
Text Example
White with #0D4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4413; }
p { color: rgb(13,68,19); }
H1.HeaderClassName
{
color: #0D4413;
}
.AnyTagClassName
{
color: #0D4413;
}
</style>
background-color css
<style>
a { background-color: #0D4413; }
a { background-color: rgb(13,68,19); }
div.DivClassName
{
background-color: #0D4413;
}
.BgClassName
{
background-color: #0D4413;
}
</style>
border-color css
<style>
span { border-color: #0D4413; }
span { border-color: rgb(13,68,19); }
td.TdClassName
{
border-color: #0D4413;
}
.TagClassName
{
border-color: #0D4413;
}
</style>