Shades of Myrtle #0A4713
Tints of Myrtle #0A4713
RGB
CMYK
RGB Variations
Color information
#0A4713 (or 0x0A4713) is known color: Myrtle. HEX triplet: 0A, 47 and 13. RGB value is (10,71,19). Sum of RGB (Red+Green+Blue) = 10+71+19=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4713 is #F5B8EC. Grayscale: #2E2E2E. Windows color (decimal): -16103661 or 1263370. OLE color: 1263370.
HSL color Cylindrical-coordinate representation of color #0A4713: hue angle of 128.85º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4713 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 19 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.72 |
| HSL | 128.85º | 0.75% | 0.16% | - |
| HSV(B) | 128.85º | 0.86% | 0.28% | - |
| XYZ | 2.5 | 4.62 | 1.38 | - |
| YUV | 46.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 19 | 0.86 | 0 | 0.73 | 0.72 | 128.85 | 0.75 | 0.16 |
| Hex | A | 47 | 13 | 56 | 0 | 49 | 48 | 81 | 4B | 10 |
| Octal | 12 | 107 | 23 | 126 | 0 | 111 | 110 | 201 | 113 | 20 |
| Binary | 1010 | 1000111 | 10011 | 1010110 | 0 | 1001001 | 1001000 | 10000001 | 1001011 | 10000 |
Color Harmonies of #0A4713
Complementary color
Monochromatic Colors of #0A4713
Black with #0A4713
Text Example
Text Example
White with #0A4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4713; }
p { color: rgb(10,71,19); }
H1.HeaderClassName
{
color: #0A4713;
}
.AnyTagClassName
{
color: #0A4713;
}
</style>
background-color css
<style>
a { background-color: #0A4713; }
a { background-color: rgb(10,71,19); }
div.DivClassName
{
background-color: #0A4713;
}
.BgClassName
{
background-color: #0A4713;
}
</style>
border-color css
<style>
span { border-color: #0A4713; }
span { border-color: rgb(10,71,19); }
td.TdClassName
{
border-color: #0A4713;
}
.TagClassName
{
border-color: #0A4713;
}
</style>