Shades of Myrtle #0A4209
Tints of Myrtle #0A4209
RGB
CMYK
RGB Variations
Color information
#0A4209 (or 0x0A4209) is known color: Myrtle. HEX triplet: 0A, 42 and 09. RGB value is (10,66,9). Sum of RGB (Red+Green+Blue) = 10+66+9=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4209 is #F5BDF6. Grayscale: #2A2A2A. Windows color (decimal): -16104951 or 606730. OLE color: 606730.
HSL color Cylindrical-coordinate representation of color #0A4209: hue angle of 118.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4209 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 9 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.74 |
| HSL | 118.95º | 0.76% | 0.15% | - |
| HSV(B) | 118.95º | 0.86% | 0.26% | - |
| XYZ | 2.12 | 3.98 | 0.91 | - |
| YUV | 42.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 9 | 0.85 | 0 | 0.86 | 0.74 | 118.95 | 0.76 | 0.15 |
| Hex | A | 42 | 9 | 55 | 0 | 56 | 4A | 77 | 4C | F |
| Octal | 12 | 102 | 11 | 125 | 0 | 126 | 112 | 167 | 114 | 17 |
| Binary | 1010 | 1000010 | 1001 | 1010101 | 0 | 1010110 | 1001010 | 1110111 | 1001100 | 1111 |
Color Harmonies of #0A4209
Complementary color
Monochromatic Colors of #0A4209
Black with #0A4209
Text Example
Text Example
White with #0A4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4209; }
p { color: rgb(10,66,9); }
H1.HeaderClassName
{
color: #0A4209;
}
.AnyTagClassName
{
color: #0A4209;
}
</style>
background-color css
<style>
a { background-color: #0A4209; }
a { background-color: rgb(10,66,9); }
div.DivClassName
{
background-color: #0A4209;
}
.BgClassName
{
background-color: #0A4209;
}
</style>
border-color css
<style>
span { border-color: #0A4209; }
span { border-color: rgb(10,66,9); }
td.TdClassName
{
border-color: #0A4209;
}
.TagClassName
{
border-color: #0A4209;
}
</style>