Shades of Myrtle #0D3A01
Tints of Myrtle #0D3A01
RGB
CMYK
RGB Variations
Color information
#0D3A01 (or 0x0D3A01) is known color: Myrtle. HEX triplet: 0D, 3A and 01. RGB value is (13,58,1). Sum of RGB (Red+Green+Blue) = 13+58+1=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3A01 is #F2C5FE. Grayscale: #262626. Windows color (decimal): -15910399 or 80397. OLE color: 80397.
HSL color Cylindrical-coordinate representation of color #0D3A01: hue angle of 107.37º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D3A01 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 58 | 1 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.77 |
| HSL | 107.37º | 0.97% | 0.12% | - |
| HSV(B) | 107.37º | 0.98% | 0.23% | - |
| XYZ | 1.68 | 3.11 | 0.54 | - |
| YUV | 38.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 1 | 0.78 | 0 | 0.98 | 0.77 | 107.37 | 0.97 | 0.12 |
| Hex | D | 3A | 1 | 4E | 0 | 62 | 4D | 6B | 61 | C |
| Octal | 15 | 72 | 1 | 116 | 0 | 142 | 115 | 153 | 141 | 14 |
| Binary | 1101 | 111010 | 1 | 1001110 | 0 | 1100010 | 1001101 | 1101011 | 1100001 | 1100 |
Color Harmonies of #0D3A01
Complementary color
Monochromatic Colors of #0D3A01
Black with #0D3A01
Text Example
Text Example
White with #0D3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A01; }
p { color: rgb(13,58,1); }
H1.HeaderClassName
{
color: #0D3A01;
}
.AnyTagClassName
{
color: #0D3A01;
}
</style>
background-color css
<style>
a { background-color: #0D3A01; }
a { background-color: rgb(13,58,1); }
div.DivClassName
{
background-color: #0D3A01;
}
.BgClassName
{
background-color: #0D3A01;
}
</style>
border-color css
<style>
span { border-color: #0D3A01; }
span { border-color: rgb(13,58,1); }
td.TdClassName
{
border-color: #0D3A01;
}
.TagClassName
{
border-color: #0D3A01;
}
</style>