Shades of Myrtle #0D5B12
Tints of Myrtle #0D5B12
RGB
CMYK
RGB Variations
Color information
#0D5B12 (or 0x0D5B12) is known color: Myrtle. HEX triplet: 0D, 5B and 12. RGB value is (13,91,18). Sum of RGB (Red+Green+Blue) = 13+91+18=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5B12 is #F2A4ED. Grayscale: #3B3B3B. Windows color (decimal): -15901934 or 1202957. OLE color: 1202957.
HSL color Cylindrical-coordinate representation of color #0D5B12: hue angle of 123.85º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5B12 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 91 | 18 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.64 |
| HSL | 123.85º | 0.75% | 0.2% | - |
| HSV(B) | 123.85º | 0.86% | 0.36% | - |
| XYZ | 4.02 | 7.61 | 1.83 | - |
| YUV | 59.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 18 | 0.86 | 0 | 0.80 | 0.64 | 123.85 | 0.75 | 0.2 |
| Hex | D | 5B | 12 | 56 | 0 | 50 | 40 | 7C | 4B | 14 |
| Octal | 15 | 133 | 22 | 126 | 0 | 120 | 100 | 174 | 113 | 24 |
| Binary | 1101 | 1011011 | 10010 | 1010110 | 0 | 1010000 | 1000000 | 1111100 | 1001011 | 10100 |
Color Harmonies of #0D5B12
Complementary color
Monochromatic Colors of #0D5B12
Black with #0D5B12
Text Example
Text Example
White with #0D5B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5B12; }
p { color: rgb(13,91,18); }
H1.HeaderClassName
{
color: #0D5B12;
}
.AnyTagClassName
{
color: #0D5B12;
}
</style>
background-color css
<style>
a { background-color: #0D5B12; }
a { background-color: rgb(13,91,18); }
div.DivClassName
{
background-color: #0D5B12;
}
.BgClassName
{
background-color: #0D5B12;
}
</style>
border-color css
<style>
span { border-color: #0D5B12; }
span { border-color: rgb(13,91,18); }
td.TdClassName
{
border-color: #0D5B12;
}
.TagClassName
{
border-color: #0D5B12;
}
</style>