Shades of Myrtle #0D5901
Tints of Myrtle #0D5901
RGB
CMYK
RGB Variations
Color information
#0D5901 (or 0x0D5901) is known color: Myrtle. HEX triplet: 0D, 59 and 01. RGB value is (13,89,1). Sum of RGB (Red+Green+Blue) = 13+89+1=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 89 (35.16% from 255 or 86.41% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5901 is #F2A6FE. Grayscale: #383838. Windows color (decimal): -15902463 or 88333. OLE color: 88333.
HSL color Cylindrical-coordinate representation of color #0D5901: hue angle of 111.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D5901 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.65 |
| HSL | 111.82º | 0.98% | 0.18% | - |
| HSV(B) | 111.82º | 0.99% | 0.35% | - |
| XYZ | 3.74 | 7.23 | 1.23 | - |
| YUV | 56.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 1 | 0.85 | 0 | 0.99 | 0.65 | 111.82 | 0.98 | 0.18 |
| Hex | D | 59 | 1 | 55 | 0 | 63 | 41 | 70 | 62 | 12 |
| Octal | 15 | 131 | 1 | 125 | 0 | 143 | 101 | 160 | 142 | 22 |
| Binary | 1101 | 1011001 | 1 | 1010101 | 0 | 1100011 | 1000001 | 1110000 | 1100010 | 10010 |
Color Harmonies of #0D5901
Complementary color
Monochromatic Colors of #0D5901
Black with #0D5901
Text Example
Text Example
White with #0D5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5901; }
p { color: rgb(13,89,1); }
H1.HeaderClassName
{
color: #0D5901;
}
.AnyTagClassName
{
color: #0D5901;
}
</style>
background-color css
<style>
a { background-color: #0D5901; }
a { background-color: rgb(13,89,1); }
div.DivClassName
{
background-color: #0D5901;
}
.BgClassName
{
background-color: #0D5901;
}
</style>
border-color css
<style>
span { border-color: #0D5901; }
span { border-color: rgb(13,89,1); }
td.TdClassName
{
border-color: #0D5901;
}
.TagClassName
{
border-color: #0D5901;
}
</style>