Shades of Myrtle #0D4310
Tints of Myrtle #0D4310
RGB
CMYK
RGB Variations
Color information
#0D4310 (or 0x0D4310) is known color: Myrtle. HEX triplet: 0D, 43 and 10. RGB value is (13,67,16). Sum of RGB (Red+Green+Blue) = 13+67+16=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4310 is #F2BCEF. Grayscale: #2D2D2D. Windows color (decimal): -15908080 or 1065741. OLE color: 1065741.
HSL color Cylindrical-coordinate representation of color #0D4310: hue angle of 123.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4310 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 16 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.74 |
| HSL | 123.33º | 0.68% | 0.16% | - |
| HSV(B) | 123.33º | 0.81% | 0.26% | - |
| XYZ | 2.27 | 4.14 | 1.17 | - |
| YUV | 45.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 16 | 0.81 | 0 | 0.76 | 0.74 | 123.33 | 0.68 | 0.16 |
| Hex | D | 43 | 10 | 51 | 0 | 4C | 4A | 7B | 44 | 10 |
| Octal | 15 | 103 | 20 | 121 | 0 | 114 | 112 | 173 | 104 | 20 |
| Binary | 1101 | 1000011 | 10000 | 1010001 | 0 | 1001100 | 1001010 | 1111011 | 1000100 | 10000 |
Color Harmonies of #0D4310
Complementary color
Monochromatic Colors of #0D4310
Black with #0D4310
Text Example
Text Example
White with #0D4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4310; }
p { color: rgb(13,67,16); }
H1.HeaderClassName
{
color: #0D4310;
}
.AnyTagClassName
{
color: #0D4310;
}
</style>
background-color css
<style>
a { background-color: #0D4310; }
a { background-color: rgb(13,67,16); }
div.DivClassName
{
background-color: #0D4310;
}
.BgClassName
{
background-color: #0D4310;
}
</style>
border-color css
<style>
span { border-color: #0D4310; }
span { border-color: rgb(13,67,16); }
td.TdClassName
{
border-color: #0D4310;
}
.TagClassName
{
border-color: #0D4310;
}
</style>