Shades of Myrtle #0D410F
Tints of Myrtle #0D410F
RGB
CMYK
RGB Variations
Color information
#0D410F (or 0x0D410F) is known color: Myrtle. HEX triplet: 0D, 41 and 0F. RGB value is (13,65,15). Sum of RGB (Red+Green+Blue) = 13+65+15=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #0D410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D410F is #F2BEF0. Grayscale: #2B2B2B. Windows color (decimal): -15908593 or 999693. OLE color: 999693.
HSL color Cylindrical-coordinate representation of color #0D410F: hue angle of 122.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D410F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 15 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.75 |
| HSL | 122.31º | 0.67% | 0.15% | - |
| HSV(B) | 122.31º | 0.8% | 0.25% | - |
| XYZ | 2.14 | 3.9 | 1.09 | - |
| YUV | 43.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 15 | 0.80 | 0 | 0.77 | 0.75 | 122.31 | 0.67 | 0.15 |
| Hex | D | 41 | F | 50 | 0 | 4D | 4B | 7A | 43 | F |
| Octal | 15 | 101 | 17 | 120 | 0 | 115 | 113 | 172 | 103 | 17 |
| Binary | 1101 | 1000001 | 1111 | 1010000 | 0 | 1001101 | 1001011 | 1111010 | 1000011 | 1111 |
Color Harmonies of #0D410F
Complementary color
Monochromatic Colors of #0D410F
Black with #0D410F
Text Example
Text Example
White with #0D410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D410F; }
p { color: rgb(13,65,15); }
H1.HeaderClassName
{
color: #0D410F;
}
.AnyTagClassName
{
color: #0D410F;
}
</style>
background-color css
<style>
a { background-color: #0D410F; }
a { background-color: rgb(13,65,15); }
div.DivClassName
{
background-color: #0D410F;
}
.BgClassName
{
background-color: #0D410F;
}
</style>
border-color css
<style>
span { border-color: #0D410F; }
span { border-color: rgb(13,65,15); }
td.TdClassName
{
border-color: #0D410F;
}
.TagClassName
{
border-color: #0D410F;
}
</style>