Shades of Myrtle #0D4114
Tints of Myrtle #0D4114
RGB
CMYK
RGB Variations
Color information
#0D4114 (or 0x0D4114) is known color: Myrtle. HEX triplet: 0D, 41 and 14. RGB value is (13,65,20). Sum of RGB (Red+Green+Blue) = 13+65+20=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4114 is #F2BEEB. Grayscale: #2C2C2C. Windows color (decimal): -15908588 or 1327373. OLE color: 1327373.
HSL color Cylindrical-coordinate representation of color #0D4114: hue angle of 128.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4114 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 20 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.75 |
| HSL | 128.08º | 0.67% | 0.15% | - |
| HSV(B) | 128.08º | 0.8% | 0.25% | - |
| XYZ | 2.18 | 3.92 | 1.3 | - |
| YUV | 44.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 20 | 0.80 | 0 | 0.69 | 0.75 | 128.08 | 0.67 | 0.15 |
| Hex | D | 41 | 14 | 50 | 0 | 45 | 4B | 80 | 43 | F |
| Octal | 15 | 101 | 24 | 120 | 0 | 105 | 113 | 200 | 103 | 17 |
| Binary | 1101 | 1000001 | 10100 | 1010000 | 0 | 1000101 | 1001011 | 10000000 | 1000011 | 1111 |
Color Harmonies of #0D4114
Complementary color
Monochromatic Colors of #0D4114
Black with #0D4114
Text Example
Text Example
White with #0D4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4114; }
p { color: rgb(13,65,20); }
H1.HeaderClassName
{
color: #0D4114;
}
.AnyTagClassName
{
color: #0D4114;
}
</style>
background-color css
<style>
a { background-color: #0D4114; }
a { background-color: rgb(13,65,20); }
div.DivClassName
{
background-color: #0D4114;
}
.BgClassName
{
background-color: #0D4114;
}
</style>
border-color css
<style>
span { border-color: #0D4114; }
span { border-color: rgb(13,65,20); }
td.TdClassName
{
border-color: #0D4114;
}
.TagClassName
{
border-color: #0D4114;
}
</style>