Shades of Myrtle #0D4901
Tints of Myrtle #0D4901
RGB
CMYK
RGB Variations
Color information
#0D4901 (or 0x0D4901) is known color: Myrtle. HEX triplet: 0D, 49 and 01. RGB value is (13,73,1). Sum of RGB (Red+Green+Blue) = 13+73+1=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 73 (28.91% from 255 or 83.91% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4901 is #F2B6FE. Grayscale: #2F2F2F. Windows color (decimal): -15906559 or 84237. OLE color: 84237.
HSL color Cylindrical-coordinate representation of color #0D4901: hue angle of 110º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D4901 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.71 |
| HSL | 110º | 0.97% | 0.15% | - |
| HSV(B) | 110º | 0.99% | 0.29% | - |
| XYZ | 2.55 | 4.85 | 0.83 | - |
| YUV | 46.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 1 | 0.82 | 0 | 0.99 | 0.71 | 110 | 0.97 | 0.15 |
| Hex | D | 49 | 1 | 52 | 0 | 63 | 47 | 6E | 61 | F |
| Octal | 15 | 111 | 1 | 122 | 0 | 143 | 107 | 156 | 141 | 17 |
| Binary | 1101 | 1001001 | 1 | 1010010 | 0 | 1100011 | 1000111 | 1101110 | 1100001 | 1111 |
Color Harmonies of #0D4901
Complementary color
Monochromatic Colors of #0D4901
Black with #0D4901
Text Example
Text Example
White with #0D4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4901; }
p { color: rgb(13,73,1); }
H1.HeaderClassName
{
color: #0D4901;
}
.AnyTagClassName
{
color: #0D4901;
}
</style>
background-color css
<style>
a { background-color: #0D4901; }
a { background-color: rgb(13,73,1); }
div.DivClassName
{
background-color: #0D4901;
}
.BgClassName
{
background-color: #0D4901;
}
</style>
border-color css
<style>
span { border-color: #0D4901; }
span { border-color: rgb(13,73,1); }
td.TdClassName
{
border-color: #0D4901;
}
.TagClassName
{
border-color: #0D4901;
}
</style>