Shades of Myrtle #0A490C
Tints of Myrtle #0A490C
RGB
CMYK
RGB Variations
Color information
#0A490C (or 0x0A490C) is known color: Myrtle. HEX triplet: 0A, 49 and 0C. RGB value is (10,73,12). Sum of RGB (Red+Green+Blue) = 10+73+12=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #0A490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A490C is #F5B6F3. Grayscale: #2F2F2F. Windows color (decimal): -16103156 or 805130. OLE color: 805130.
HSL color Cylindrical-coordinate representation of color #0A490C: hue angle of 121.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A490C is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 12 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.71 |
| HSL | 121.9º | 0.76% | 0.16% | - |
| HSV(B) | 121.9º | 0.86% | 0.29% | - |
| XYZ | 2.57 | 4.86 | 1.15 | - |
| YUV | 47.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 12 | 0.86 | 0 | 0.84 | 0.71 | 121.9 | 0.76 | 0.16 |
| Hex | A | 49 | C | 56 | 0 | 54 | 47 | 7A | 4C | 10 |
| Octal | 12 | 111 | 14 | 126 | 0 | 124 | 107 | 172 | 114 | 20 |
| Binary | 1010 | 1001001 | 1100 | 1010110 | 0 | 1010100 | 1000111 | 1111010 | 1001100 | 10000 |
Color Harmonies of #0A490C
Complementary color
Monochromatic Colors of #0A490C
Black with #0A490C
Text Example
Text Example
White with #0A490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A490C; }
p { color: rgb(10,73,12); }
H1.HeaderClassName
{
color: #0A490C;
}
.AnyTagClassName
{
color: #0A490C;
}
</style>
background-color css
<style>
a { background-color: #0A490C; }
a { background-color: rgb(10,73,12); }
div.DivClassName
{
background-color: #0A490C;
}
.BgClassName
{
background-color: #0A490C;
}
</style>
border-color css
<style>
span { border-color: #0A490C; }
span { border-color: rgb(10,73,12); }
td.TdClassName
{
border-color: #0A490C;
}
.TagClassName
{
border-color: #0A490C;
}
</style>