Shades of Myrtle #0D4602
Tints of Myrtle #0D4602
RGB
CMYK
RGB Variations
Color information
#0D4602 (or 0x0D4602) is known color: Myrtle. HEX triplet: 0D, 46 and 02. RGB value is (13,70,2). Sum of RGB (Red+Green+Blue) = 13+70+2=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 70 (27.73% from 255 or 82.35% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4602 is #F2B9FD. Grayscale: #2D2D2D. Windows color (decimal): -15907326 or 149005. OLE color: 149005.
HSL color Cylindrical-coordinate representation of color #0D4602: hue angle of 110.29º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D4602 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 2 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.73 |
| HSL | 110.29º | 0.94% | 0.14% | - |
| HSV(B) | 110.29º | 0.97% | 0.27% | - |
| XYZ | 2.37 | 4.47 | 0.8 | - |
| YUV | 45.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 2 | 0.81 | 0 | 0.97 | 0.73 | 110.29 | 0.94 | 0.14 |
| Hex | D | 46 | 2 | 51 | 0 | 61 | 49 | 6E | 5E | E |
| Octal | 15 | 106 | 2 | 121 | 0 | 141 | 111 | 156 | 136 | 16 |
| Binary | 1101 | 1000110 | 10 | 1010001 | 0 | 1100001 | 1001001 | 1101110 | 1011110 | 1110 |
Color Harmonies of #0D4602
Complementary color
Monochromatic Colors of #0D4602
Black with #0D4602
Text Example
Text Example
White with #0D4602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4602; }
p { color: rgb(13,70,2); }
H1.HeaderClassName
{
color: #0D4602;
}
.AnyTagClassName
{
color: #0D4602;
}
</style>
background-color css
<style>
a { background-color: #0D4602; }
a { background-color: rgb(13,70,2); }
div.DivClassName
{
background-color: #0D4602;
}
.BgClassName
{
background-color: #0D4602;
}
</style>
border-color css
<style>
span { border-color: #0D4602; }
span { border-color: rgb(13,70,2); }
td.TdClassName
{
border-color: #0D4602;
}
.TagClassName
{
border-color: #0D4602;
}
</style>