Shades of Myrtle #0D4206
Tints of Myrtle #0D4206
RGB
CMYK
RGB Variations
Color information
#0D4206 (or 0x0D4206) is known color: Myrtle. HEX triplet: 0D, 42 and 06. RGB value is (13,66,6). Sum of RGB (Red+Green+Blue) = 13+66+6=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4206 is #F2BDF9. Grayscale: #2B2B2B. Windows color (decimal): -15908346 or 410125. OLE color: 410125.
HSL color Cylindrical-coordinate representation of color #0D4206: hue angle of 113º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4206 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 6 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.74 |
| HSL | 113º | 0.83% | 0.14% | - |
| HSV(B) | 113º | 0.91% | 0.26% | - |
| XYZ | 2.15 | 4 | 0.83 | - |
| YUV | 43.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 6 | 0.80 | 0 | 0.91 | 0.74 | 113 | 0.83 | 0.14 |
| Hex | D | 42 | 6 | 50 | 0 | 5B | 4A | 71 | 53 | E |
| Octal | 15 | 102 | 6 | 120 | 0 | 133 | 112 | 161 | 123 | 16 |
| Binary | 1101 | 1000010 | 110 | 1010000 | 0 | 1011011 | 1001010 | 1110001 | 1010011 | 1110 |
Color Harmonies of #0D4206
Complementary color
Monochromatic Colors of #0D4206
Black with #0D4206
Text Example
Text Example
White with #0D4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4206; }
p { color: rgb(13,66,6); }
H1.HeaderClassName
{
color: #0D4206;
}
.AnyTagClassName
{
color: #0D4206;
}
</style>
background-color css
<style>
a { background-color: #0D4206; }
a { background-color: rgb(13,66,6); }
div.DivClassName
{
background-color: #0D4206;
}
.BgClassName
{
background-color: #0D4206;
}
</style>
border-color css
<style>
span { border-color: #0D4206; }
span { border-color: rgb(13,66,6); }
td.TdClassName
{
border-color: #0D4206;
}
.TagClassName
{
border-color: #0D4206;
}
</style>