Shades of Myrtle #0D4704
Tints of Myrtle #0D4704
RGB
CMYK
RGB Variations
Color information
#0D4704 (or 0x0D4704) is known color: Myrtle. HEX triplet: 0D, 47 and 04. RGB value is (13,71,4). Sum of RGB (Red+Green+Blue) = 13+71+4=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4704 is #F2B8FB. Grayscale: #2E2E2E. Windows color (decimal): -15907068 or 280333. OLE color: 280333.
HSL color Cylindrical-coordinate representation of color #0D4704: hue angle of 111.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4704 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 4 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.72 |
| HSL | 111.94º | 0.89% | 0.15% | - |
| HSV(B) | 111.94º | 0.94% | 0.28% | - |
| XYZ | 2.44 | 4.6 | 0.87 | - |
| YUV | 46.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 4 | 0.82 | 0 | 0.94 | 0.72 | 111.94 | 0.89 | 0.15 |
| Hex | D | 47 | 4 | 52 | 0 | 5E | 48 | 70 | 59 | F |
| Octal | 15 | 107 | 4 | 122 | 0 | 136 | 110 | 160 | 131 | 17 |
| Binary | 1101 | 1000111 | 100 | 1010010 | 0 | 1011110 | 1001000 | 1110000 | 1011001 | 1111 |
Color Harmonies of #0D4704
Complementary color
Monochromatic Colors of #0D4704
Black with #0D4704
Text Example
Text Example
White with #0D4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4704; }
p { color: rgb(13,71,4); }
H1.HeaderClassName
{
color: #0D4704;
}
.AnyTagClassName
{
color: #0D4704;
}
</style>
background-color css
<style>
a { background-color: #0D4704; }
a { background-color: rgb(13,71,4); }
div.DivClassName
{
background-color: #0D4704;
}
.BgClassName
{
background-color: #0D4704;
}
</style>
border-color css
<style>
span { border-color: #0D4704; }
span { border-color: rgb(13,71,4); }
td.TdClassName
{
border-color: #0D4704;
}
.TagClassName
{
border-color: #0D4704;
}
</style>