Shades of Myrtle #0A2209
Tints of Myrtle #0A2209
RGB
CMYK
RGB Variations
Color information
#0A2209 (or 0x0A2209) is known color: Myrtle. HEX triplet: 0A, 22 and 09. RGB value is (10,34,9). Sum of RGB (Red+Green+Blue) = 10+34+9=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #0A2209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2209 is #F5DDF6. Grayscale: #181818. Windows color (decimal): -16113143 or 598538. OLE color: 598538.
HSL color Cylindrical-coordinate representation of color #0A2209: hue angle of 117.6º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2209 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 34 | 9 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.87 |
| HSL | 117.6º | 0.58% | 0.08% | - |
| HSV(B) | 117.6º | 0.74% | 0.13% | - |
| XYZ | 0.75 | 1.23 | 0.46 | - |
| YUV | 23.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 9 | 0.71 | 0 | 0.74 | 0.87 | 117.6 | 0.58 | 0.08 |
| Hex | A | 22 | 9 | 47 | 0 | 4A | 57 | 76 | 3A | 8 |
| Octal | 12 | 42 | 11 | 107 | 0 | 112 | 127 | 166 | 72 | 10 |
| Binary | 1010 | 100010 | 1001 | 1000111 | 0 | 1001010 | 1010111 | 1110110 | 111010 | 1000 |
Color Harmonies of #0A2209
Complementary color
Monochromatic Colors of #0A2209
Black with #0A2209
Text Example
Text Example
White with #0A2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2209; }
p { color: rgb(10,34,9); }
H1.HeaderClassName
{
color: #0A2209;
}
.AnyTagClassName
{
color: #0A2209;
}
</style>
background-color css
<style>
a { background-color: #0A2209; }
a { background-color: rgb(10,34,9); }
div.DivClassName
{
background-color: #0A2209;
}
.BgClassName
{
background-color: #0A2209;
}
</style>
border-color css
<style>
span { border-color: #0A2209; }
span { border-color: rgb(10,34,9); }
td.TdClassName
{
border-color: #0A2209;
}
.TagClassName
{
border-color: #0A2209;
}
</style>