Shades of Myrtle #0D4903
Tints of Myrtle #0D4903
RGB
CMYK
RGB Variations
Color information
#0D4903 (or 0x0D4903) is known color: Myrtle. HEX triplet: 0D, 49 and 03. RGB value is (13,73,3). Sum of RGB (Red+Green+Blue) = 13+73+3=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 73 (28.91% from 255 or 82.02% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4903 is #F2B6FC. Grayscale: #2F2F2F. Windows color (decimal): -15906557 or 215309. OLE color: 215309.
HSL color Cylindrical-coordinate representation of color #0D4903: hue angle of 111.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D4903 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 3 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.71 |
| HSL | 111.43º | 0.92% | 0.15% | - |
| HSV(B) | 111.43º | 0.96% | 0.29% | - |
| XYZ | 2.56 | 4.86 | 0.89 | - |
| YUV | 47.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 3 | 0.82 | 0 | 0.96 | 0.71 | 111.43 | 0.92 | 0.15 |
| Hex | D | 49 | 3 | 52 | 0 | 60 | 47 | 6F | 5C | F |
| Octal | 15 | 111 | 3 | 122 | 0 | 140 | 107 | 157 | 134 | 17 |
| Binary | 1101 | 1001001 | 11 | 1010010 | 0 | 1100000 | 1000111 | 1101111 | 1011100 | 1111 |
Color Harmonies of #0D4903
Complementary color
Monochromatic Colors of #0D4903
Black with #0D4903
Text Example
Text Example
White with #0D4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4903; }
p { color: rgb(13,73,3); }
H1.HeaderClassName
{
color: #0D4903;
}
.AnyTagClassName
{
color: #0D4903;
}
</style>
background-color css
<style>
a { background-color: #0D4903; }
a { background-color: rgb(13,73,3); }
div.DivClassName
{
background-color: #0D4903;
}
.BgClassName
{
background-color: #0D4903;
}
</style>
border-color css
<style>
span { border-color: #0D4903; }
span { border-color: rgb(13,73,3); }
td.TdClassName
{
border-color: #0D4903;
}
.TagClassName
{
border-color: #0D4903;
}
</style>