Shades of Myrtle #0A4613
Tints of Myrtle #0A4613
RGB
CMYK
RGB Variations
Color information
#0A4613 (or 0x0A4613) is known color: Myrtle. HEX triplet: 0A, 46 and 13. RGB value is (10,70,19). Sum of RGB (Red+Green+Blue) = 10+70+19=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4613 is #F5B9EC. Grayscale: #2E2E2E. Windows color (decimal): -16103917 or 1263114. OLE color: 1263114.
HSL color Cylindrical-coordinate representation of color #0A4613: hue angle of 129º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4613 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 19 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.73 |
| HSL | 129º | 0.75% | 0.16% | - |
| HSV(B) | 129º | 0.86% | 0.27% | - |
| XYZ | 2.43 | 4.49 | 1.35 | - |
| YUV | 46.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 19 | 0.86 | 0 | 0.73 | 0.73 | 129 | 0.75 | 0.16 |
| Hex | A | 46 | 13 | 56 | 0 | 49 | 49 | 81 | 4B | 10 |
| Octal | 12 | 106 | 23 | 126 | 0 | 111 | 111 | 201 | 113 | 20 |
| Binary | 1010 | 1000110 | 10011 | 1010110 | 0 | 1001001 | 1001001 | 10000001 | 1001011 | 10000 |
Color Harmonies of #0A4613
Complementary color
Monochromatic Colors of #0A4613
Black with #0A4613
Text Example
Text Example
White with #0A4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4613; }
p { color: rgb(10,70,19); }
H1.HeaderClassName
{
color: #0A4613;
}
.AnyTagClassName
{
color: #0A4613;
}
</style>
background-color css
<style>
a { background-color: #0A4613; }
a { background-color: rgb(10,70,19); }
div.DivClassName
{
background-color: #0A4613;
}
.BgClassName
{
background-color: #0A4613;
}
</style>
border-color css
<style>
span { border-color: #0A4613; }
span { border-color: rgb(10,70,19); }
td.TdClassName
{
border-color: #0A4613;
}
.TagClassName
{
border-color: #0A4613;
}
</style>