Shades of Myrtle #0D420B
Tints of Myrtle #0D420B
RGB
CMYK
RGB Variations
Color information
#0D420B (or 0x0D420B) is known color: Myrtle. HEX triplet: 0D, 42 and 0B. RGB value is (13,66,11). Sum of RGB (Red+Green+Blue) = 13+66+11=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #0D420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D420B is #F2BDF4. Grayscale: #2C2C2C. Windows color (decimal): -15908341 or 737805. OLE color: 737805.
HSL color Cylindrical-coordinate representation of color #0D420B: hue angle of 117.82º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D420B is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 11 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.74 |
| HSL | 117.82º | 0.71% | 0.15% | - |
| HSV(B) | 117.82º | 0.83% | 0.26% | - |
| XYZ | 2.17 | 4.01 | 0.98 | - |
| YUV | 43.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 11 | 0.80 | 0 | 0.83 | 0.74 | 117.82 | 0.71 | 0.15 |
| Hex | D | 42 | B | 50 | 0 | 53 | 4A | 76 | 47 | F |
| Octal | 15 | 102 | 13 | 120 | 0 | 123 | 112 | 166 | 107 | 17 |
| Binary | 1101 | 1000010 | 1011 | 1010000 | 0 | 1010011 | 1001010 | 1110110 | 1000111 | 1111 |
Color Harmonies of #0D420B
Complementary color
Monochromatic Colors of #0D420B
Black with #0D420B
Text Example
Text Example
White with #0D420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D420B; }
p { color: rgb(13,66,11); }
H1.HeaderClassName
{
color: #0D420B;
}
.AnyTagClassName
{
color: #0D420B;
}
</style>
background-color css
<style>
a { background-color: #0D420B; }
a { background-color: rgb(13,66,11); }
div.DivClassName
{
background-color: #0D420B;
}
.BgClassName
{
background-color: #0D420B;
}
</style>
border-color css
<style>
span { border-color: #0D420B; }
span { border-color: rgb(13,66,11); }
td.TdClassName
{
border-color: #0D420B;
}
.TagClassName
{
border-color: #0D420B;
}
</style>