Shades of Myrtle #0D420A
Tints of Myrtle #0D420A
RGB
CMYK
RGB Variations
Color information
#0D420A (or 0x0D420A) is known color: Myrtle. HEX triplet: 0D, 42 and 0A. RGB value is (13,66,10). Sum of RGB (Red+Green+Blue) = 13+66+10=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #0D420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D420A is #F2BDF5. Grayscale: #2B2B2B. Windows color (decimal): -15908342 or 672269. OLE color: 672269.
HSL color Cylindrical-coordinate representation of color #0D420A: hue angle of 116.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D420A is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 10 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.74 |
| HSL | 116.79º | 0.74% | 0.15% | - |
| HSV(B) | 116.79º | 0.85% | 0.26% | - |
| XYZ | 2.17 | 4 | 0.95 | - |
| YUV | 43.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 10 | 0.80 | 0 | 0.85 | 0.74 | 116.79 | 0.74 | 0.15 |
| Hex | D | 42 | A | 50 | 0 | 55 | 4A | 75 | 4A | F |
| Octal | 15 | 102 | 12 | 120 | 0 | 125 | 112 | 165 | 112 | 17 |
| Binary | 1101 | 1000010 | 1010 | 1010000 | 0 | 1010101 | 1001010 | 1110101 | 1001010 | 1111 |
Color Harmonies of #0D420A
Complementary color
Monochromatic Colors of #0D420A
Black with #0D420A
Text Example
Text Example
White with #0D420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D420A; }
p { color: rgb(13,66,10); }
H1.HeaderClassName
{
color: #0D420A;
}
.AnyTagClassName
{
color: #0D420A;
}
</style>
background-color css
<style>
a { background-color: #0D420A; }
a { background-color: rgb(13,66,10); }
div.DivClassName
{
background-color: #0D420A;
}
.BgClassName
{
background-color: #0D420A;
}
</style>
border-color css
<style>
span { border-color: #0D420A; }
span { border-color: rgb(13,66,10); }
td.TdClassName
{
border-color: #0D420A;
}
.TagClassName
{
border-color: #0D420A;
}
</style>