Shades of Myrtle #0D4410
Tints of Myrtle #0D4410
RGB
CMYK
RGB Variations
Color information
#0D4410 (or 0x0D4410) is known color: Myrtle. HEX triplet: 0D, 44 and 10. RGB value is (13,68,16). Sum of RGB (Red+Green+Blue) = 13+68+16=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4410 is #F2BBEF. Grayscale: #2D2D2D. Windows color (decimal): -15907824 or 1065997. OLE color: 1065997.
HSL color Cylindrical-coordinate representation of color #0D4410: hue angle of 123.27º 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 #0D4410 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 16 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.73 |
| HSL | 123.27º | 0.68% | 0.16% | - |
| HSV(B) | 123.27º | 0.81% | 0.27% | - |
| XYZ | 2.33 | 4.26 | 1.19 | - |
| YUV | 45.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 16 | 0.81 | 0 | 0.76 | 0.73 | 123.27 | 0.68 | 0.16 |
| Hex | D | 44 | 10 | 51 | 0 | 4C | 49 | 7B | 44 | 10 |
| Octal | 15 | 104 | 20 | 121 | 0 | 114 | 111 | 173 | 104 | 20 |
| Binary | 1101 | 1000100 | 10000 | 1010001 | 0 | 1001100 | 1001001 | 1111011 | 1000100 | 10000 |
Color Harmonies of #0D4410
Complementary color
Monochromatic Colors of #0D4410
Black with #0D4410
Text Example
Text Example
White with #0D4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4410; }
p { color: rgb(13,68,16); }
H1.HeaderClassName
{
color: #0D4410;
}
.AnyTagClassName
{
color: #0D4410;
}
</style>
background-color css
<style>
a { background-color: #0D4410; }
a { background-color: rgb(13,68,16); }
div.DivClassName
{
background-color: #0D4410;
}
.BgClassName
{
background-color: #0D4410;
}
</style>
border-color css
<style>
span { border-color: #0D4410; }
span { border-color: rgb(13,68,16); }
td.TdClassName
{
border-color: #0D4410;
}
.TagClassName
{
border-color: #0D4410;
}
</style>