Shades of Myrtle #0D420E
Tints of Myrtle #0D420E
RGB
CMYK
RGB Variations
Color information
#0D420E (or 0x0D420E) is known color: Myrtle. HEX triplet: 0D, 42 and 0E. RGB value is (13,66,14). Sum of RGB (Red+Green+Blue) = 13+66+14=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #0D420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D420E is #F2BDF1. Grayscale: #2C2C2C. Windows color (decimal): -15908338 or 934413. OLE color: 934413.
HSL color Cylindrical-coordinate representation of color #0D420E: hue angle of 121.13º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D420E is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 14 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.74 |
| HSL | 121.13º | 0.67% | 0.15% | - |
| HSV(B) | 121.13º | 0.8% | 0.26% | - |
| XYZ | 2.19 | 4.01 | 1.07 | - |
| YUV | 44.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 14 | 0.80 | 0 | 0.79 | 0.74 | 121.13 | 0.67 | 0.15 |
| Hex | D | 42 | E | 50 | 0 | 4F | 4A | 79 | 43 | F |
| Octal | 15 | 102 | 16 | 120 | 0 | 117 | 112 | 171 | 103 | 17 |
| Binary | 1101 | 1000010 | 1110 | 1010000 | 0 | 1001111 | 1001010 | 1111001 | 1000011 | 1111 |
Color Harmonies of #0D420E
Complementary color
Monochromatic Colors of #0D420E
Black with #0D420E
Text Example
Text Example
White with #0D420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D420E; }
p { color: rgb(13,66,14); }
H1.HeaderClassName
{
color: #0D420E;
}
.AnyTagClassName
{
color: #0D420E;
}
</style>
background-color css
<style>
a { background-color: #0D420E; }
a { background-color: rgb(13,66,14); }
div.DivClassName
{
background-color: #0D420E;
}
.BgClassName
{
background-color: #0D420E;
}
</style>
border-color css
<style>
span { border-color: #0D420E; }
span { border-color: rgb(13,66,14); }
td.TdClassName
{
border-color: #0D420E;
}
.TagClassName
{
border-color: #0D420E;
}
</style>