Shades of Myrtle #0D5712
Tints of Myrtle #0D5712
RGB
CMYK
RGB Variations
Color information
#0D5712 (or 0x0D5712) is known color: Myrtle. HEX triplet: 0D, 57 and 12. RGB value is (13,87,18). Sum of RGB (Red+Green+Blue) = 13+87+18=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 87 (34.38% from 255 or 73.73% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5712 is #F2A8ED. Grayscale: #393939. Windows color (decimal): -15902958 or 1201933. OLE color: 1201933.
HSL color Cylindrical-coordinate representation of color #0D5712: hue angle of 124.05º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5712 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 87 | 18 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.66 |
| HSL | 124.05º | 0.74% | 0.2% | - |
| HSV(B) | 124.05º | 0.85% | 0.34% | - |
| XYZ | 3.68 | 6.95 | 1.72 | - |
| YUV | 57.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 18 | 0.85 | 0 | 0.79 | 0.66 | 124.05 | 0.74 | 0.2 |
| Hex | D | 57 | 12 | 55 | 0 | 4F | 42 | 7C | 4A | 14 |
| Octal | 15 | 127 | 22 | 125 | 0 | 117 | 102 | 174 | 112 | 24 |
| Binary | 1101 | 1010111 | 10010 | 1010101 | 0 | 1001111 | 1000010 | 1111100 | 1001010 | 10100 |
Color Harmonies of #0D5712
Complementary color
Monochromatic Colors of #0D5712
Black with #0D5712
Text Example
Text Example
White with #0D5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5712; }
p { color: rgb(13,87,18); }
H1.HeaderClassName
{
color: #0D5712;
}
.AnyTagClassName
{
color: #0D5712;
}
</style>
background-color css
<style>
a { background-color: #0D5712; }
a { background-color: rgb(13,87,18); }
div.DivClassName
{
background-color: #0D5712;
}
.BgClassName
{
background-color: #0D5712;
}
</style>
border-color css
<style>
span { border-color: #0D5712; }
span { border-color: rgb(13,87,18); }
td.TdClassName
{
border-color: #0D5712;
}
.TagClassName
{
border-color: #0D5712;
}
</style>