Shades of Myrtle #0A4109
Tints of Myrtle #0A4109
RGB
CMYK
RGB Variations
Color information
#0A4109 (or 0x0A4109) is known color: Myrtle. HEX triplet: 0A, 41 and 09. RGB value is (10,65,9). Sum of RGB (Red+Green+Blue) = 10+65+9=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4109 is #F5BEF6. Grayscale: #2A2A2A. Windows color (decimal): -16105207 or 606474. OLE color: 606474.
HSL color Cylindrical-coordinate representation of color #0A4109: hue angle of 118.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4109 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 9 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.75 |
| HSL | 118.93º | 0.76% | 0.15% | - |
| HSV(B) | 118.93º | 0.86% | 0.25% | - |
| XYZ | 2.06 | 3.86 | 0.9 | - |
| YUV | 42.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 9 | 0.85 | 0 | 0.86 | 0.75 | 118.93 | 0.76 | 0.15 |
| Hex | A | 41 | 9 | 55 | 0 | 56 | 4B | 77 | 4C | F |
| Octal | 12 | 101 | 11 | 125 | 0 | 126 | 113 | 167 | 114 | 17 |
| Binary | 1010 | 1000001 | 1001 | 1010101 | 0 | 1010110 | 1001011 | 1110111 | 1001100 | 1111 |
Color Harmonies of #0A4109
Complementary color
Monochromatic Colors of #0A4109
Black with #0A4109
Text Example
Text Example
White with #0A4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4109; }
p { color: rgb(10,65,9); }
H1.HeaderClassName
{
color: #0A4109;
}
.AnyTagClassName
{
color: #0A4109;
}
</style>
background-color css
<style>
a { background-color: #0A4109; }
a { background-color: rgb(10,65,9); }
div.DivClassName
{
background-color: #0A4109;
}
.BgClassName
{
background-color: #0A4109;
}
</style>
border-color css
<style>
span { border-color: #0A4109; }
span { border-color: rgb(10,65,9); }
td.TdClassName
{
border-color: #0A4109;
}
.TagClassName
{
border-color: #0A4109;
}
</style>