Shades of Myrtle #0D4D13
Tints of Myrtle #0D4D13
RGB
CMYK
RGB Variations
Color information
#0D4D13 (or 0x0D4D13) is known color: Myrtle. HEX triplet: 0D, 4D and 13. RGB value is (13,77,19). Sum of RGB (Red+Green+Blue) = 13+77+19=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D4D13 is #F2B2EC. Grayscale: #333333. Windows color (decimal): -15905517 or 1264909. OLE color: 1264909.
HSL color Cylindrical-coordinate representation of color #0D4D13: hue angle of 125.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D13 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 77 | 19 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.70 |
| HSL | 125.63º | 0.71% | 0.18% | - |
| HSV(B) | 125.63º | 0.83% | 0.3% | - |
| XYZ | 2.94 | 5.44 | 1.51 | - |
| YUV | 51.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 19 | 0.83 | 0 | 0.75 | 0.70 | 125.63 | 0.71 | 0.18 |
| Hex | D | 4D | 13 | 53 | 0 | 4B | 46 | 7E | 47 | 12 |
| Octal | 15 | 115 | 23 | 123 | 0 | 113 | 106 | 176 | 107 | 22 |
| Binary | 1101 | 1001101 | 10011 | 1010011 | 0 | 1001011 | 1000110 | 1111110 | 1000111 | 10010 |
Color Harmonies of #0D4D13
Complementary color
Monochromatic Colors of #0D4D13
Black with #0D4D13
Text Example
Text Example
White with #0D4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D13; }
p { color: rgb(13,77,19); }
H1.HeaderClassName
{
color: #0D4D13;
}
.AnyTagClassName
{
color: #0D4D13;
}
</style>
background-color css
<style>
a { background-color: #0D4D13; }
a { background-color: rgb(13,77,19); }
div.DivClassName
{
background-color: #0D4D13;
}
.BgClassName
{
background-color: #0D4D13;
}
</style>
border-color css
<style>
span { border-color: #0D4D13; }
span { border-color: rgb(13,77,19); }
td.TdClassName
{
border-color: #0D4D13;
}
.TagClassName
{
border-color: #0D4D13;
}
</style>