Shades of Myrtle #0A3106
Tints of Myrtle #0A3106
RGB
CMYK
RGB Variations
Color information
#0A3106 (or 0x0A3106) is known color: Myrtle. HEX triplet: 0A, 31 and 06. RGB value is (10,49,6). Sum of RGB (Red+Green+Blue) = 10+49+6=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3106 is #F5CEF9. Grayscale: #202020. Windows color (decimal): -16109306 or 405770. OLE color: 405770.
HSL color Cylindrical-coordinate representation of color #0A3106: hue angle of 114.42º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3106 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 6 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.81 |
| HSL | 114.42º | 0.78% | 0.11% | - |
| HSV(B) | 114.42º | 0.88% | 0.19% | - |
| XYZ | 1.26 | 2.27 | 0.55 | - |
| YUV | 32.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 6 | 0.80 | 0 | 0.88 | 0.81 | 114.42 | 0.78 | 0.11 |
| Hex | A | 31 | 6 | 50 | 0 | 58 | 51 | 72 | 4E | B |
| Octal | 12 | 61 | 6 | 120 | 0 | 130 | 121 | 162 | 116 | 13 |
| Binary | 1010 | 110001 | 110 | 1010000 | 0 | 1011000 | 1010001 | 1110010 | 1001110 | 1011 |
Color Harmonies of #0A3106
Complementary color
Monochromatic Colors of #0A3106
Black with #0A3106
Text Example
Text Example
White with #0A3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3106; }
p { color: rgb(10,49,6); }
H1.HeaderClassName
{
color: #0A3106;
}
.AnyTagClassName
{
color: #0A3106;
}
</style>
background-color css
<style>
a { background-color: #0A3106; }
a { background-color: rgb(10,49,6); }
div.DivClassName
{
background-color: #0A3106;
}
.BgClassName
{
background-color: #0A3106;
}
</style>
border-color css
<style>
span { border-color: #0A3106; }
span { border-color: rgb(10,49,6); }
td.TdClassName
{
border-color: #0A3106;
}
.TagClassName
{
border-color: #0A3106;
}
</style>