Shades of Myrtle #0D4712
Tints of Myrtle #0D4712
RGB
CMYK
RGB Variations
Color information
#0D4712 (or 0x0D4712) is known color: Myrtle. HEX triplet: 0D, 47 and 12. RGB value is (13,71,18). Sum of RGB (Red+Green+Blue) = 13+71+18=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4712 is #F2B8ED. Grayscale: #2F2F2F. Windows color (decimal): -15907054 or 1197837. OLE color: 1197837.
HSL color Cylindrical-coordinate representation of color #0D4712: hue angle of 125.17º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4712 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 18 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.72 |
| HSL | 125.17º | 0.69% | 0.16% | - |
| HSV(B) | 125.17º | 0.82% | 0.28% | - |
| XYZ | 2.53 | 4.64 | 1.33 | - |
| YUV | 47.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 18 | 0.82 | 0 | 0.75 | 0.72 | 125.17 | 0.69 | 0.16 |
| Hex | D | 47 | 12 | 52 | 0 | 4B | 48 | 7D | 45 | 10 |
| Octal | 15 | 107 | 22 | 122 | 0 | 113 | 110 | 175 | 105 | 20 |
| Binary | 1101 | 1000111 | 10010 | 1010010 | 0 | 1001011 | 1001000 | 1111101 | 1000101 | 10000 |
Color Harmonies of #0D4712
Complementary color
Monochromatic Colors of #0D4712
Black with #0D4712
Text Example
Text Example
White with #0D4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4712; }
p { color: rgb(13,71,18); }
H1.HeaderClassName
{
color: #0D4712;
}
.AnyTagClassName
{
color: #0D4712;
}
</style>
background-color css
<style>
a { background-color: #0D4712; }
a { background-color: rgb(13,71,18); }
div.DivClassName
{
background-color: #0D4712;
}
.BgClassName
{
background-color: #0D4712;
}
</style>
border-color css
<style>
span { border-color: #0D4712; }
span { border-color: rgb(13,71,18); }
td.TdClassName
{
border-color: #0D4712;
}
.TagClassName
{
border-color: #0D4712;
}
</style>