Shades of Myrtle #0A3406
Tints of Myrtle #0A3406
RGB
CMYK
RGB Variations
Color information
#0A3406 (or 0x0A3406) is known color: Myrtle. HEX triplet: 0A, 34 and 06. RGB value is (10,52,6). Sum of RGB (Red+Green+Blue) = 10+52+6=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3406 is #F5CBF9. Grayscale: #222222. Windows color (decimal): -16108538 or 406538. OLE color: 406538.
HSL color Cylindrical-coordinate representation of color #0A3406: hue angle of 114.78º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3406 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 6 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.80 |
| HSL | 114.78º | 0.79% | 0.11% | - |
| HSV(B) | 114.78º | 0.88% | 0.2% | - |
| XYZ | 1.39 | 2.53 | 0.59 | - |
| YUV | 34.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 6 | 0.81 | 0 | 0.88 | 0.80 | 114.78 | 0.79 | 0.11 |
| Hex | A | 34 | 6 | 51 | 0 | 58 | 50 | 73 | 4F | B |
| Octal | 12 | 64 | 6 | 121 | 0 | 130 | 120 | 163 | 117 | 13 |
| Binary | 1010 | 110100 | 110 | 1010001 | 0 | 1011000 | 1010000 | 1110011 | 1001111 | 1011 |
Color Harmonies of #0A3406
Complementary color
Monochromatic Colors of #0A3406
Black with #0A3406
Text Example
Text Example
White with #0A3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3406; }
p { color: rgb(10,52,6); }
H1.HeaderClassName
{
color: #0A3406;
}
.AnyTagClassName
{
color: #0A3406;
}
</style>
background-color css
<style>
a { background-color: #0A3406; }
a { background-color: rgb(10,52,6); }
div.DivClassName
{
background-color: #0A3406;
}
.BgClassName
{
background-color: #0A3406;
}
</style>
border-color css
<style>
span { border-color: #0A3406; }
span { border-color: rgb(10,52,6); }
td.TdClassName
{
border-color: #0A3406;
}
.TagClassName
{
border-color: #0A3406;
}
</style>