Shades of Myrtle #0A3A06
Tints of Myrtle #0A3A06
RGB
CMYK
RGB Variations
Color information
#0A3A06 (or 0x0A3A06) is known color: Myrtle. HEX triplet: 0A, 3A and 06. RGB value is (10,58,6). Sum of RGB (Red+Green+Blue) = 10+58+6=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3A06 is #F5C5F9. Grayscale: #252525. Windows color (decimal): -16107002 or 408074. OLE color: 408074.
HSL color Cylindrical-coordinate representation of color #0A3A06: hue angle of 115.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3A06 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 58 | 6 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.77 |
| HSL | 115.38º | 0.81% | 0.13% | - |
| HSV(B) | 115.38º | 0.9% | 0.23% | - |
| XYZ | 1.67 | 3.1 | 0.68 | - |
| YUV | 37.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 6 | 0.83 | 0 | 0.90 | 0.77 | 115.38 | 0.81 | 0.13 |
| Hex | A | 3A | 6 | 53 | 0 | 5A | 4D | 73 | 51 | D |
| Octal | 12 | 72 | 6 | 123 | 0 | 132 | 115 | 163 | 121 | 15 |
| Binary | 1010 | 111010 | 110 | 1010011 | 0 | 1011010 | 1001101 | 1110011 | 1010001 | 1101 |
Color Harmonies of #0A3A06
Complementary color
Monochromatic Colors of #0A3A06
Black with #0A3A06
Text Example
Text Example
White with #0A3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A06; }
p { color: rgb(10,58,6); }
H1.HeaderClassName
{
color: #0A3A06;
}
.AnyTagClassName
{
color: #0A3A06;
}
</style>
background-color css
<style>
a { background-color: #0A3A06; }
a { background-color: rgb(10,58,6); }
div.DivClassName
{
background-color: #0A3A06;
}
.BgClassName
{
background-color: #0A3A06;
}
</style>
border-color css
<style>
span { border-color: #0A3A06; }
span { border-color: rgb(10,58,6); }
td.TdClassName
{
border-color: #0A3A06;
}
.TagClassName
{
border-color: #0A3A06;
}
</style>