Shades of Myrtle #0A2404
Tints of Myrtle #0A2404
RGB
CMYK
RGB Variations
Color information
#0A2404 (or 0x0A2404) is known color: Myrtle. HEX triplet: 0A, 24 and 04. RGB value is (10,36,4). Sum of RGB (Red+Green+Blue) = 10+36+4=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2404 is #F5DBFB. Grayscale: #181818. Windows color (decimal): -16112636 or 271370. OLE color: 271370.
HSL color Cylindrical-coordinate representation of color #0A2404: hue angle of 108.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2404 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 4 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.86 |
| HSL | 108.75º | 0.8% | 0.08% | - |
| HSV(B) | 108.75º | 0.89% | 0.14% | - |
| XYZ | 0.78 | 1.34 | 0.33 | - |
| YUV | 24.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 4 | 0.72 | 0 | 0.89 | 0.86 | 108.75 | 0.8 | 0.08 |
| Hex | A | 24 | 4 | 48 | 0 | 59 | 56 | 6D | 50 | 8 |
| Octal | 12 | 44 | 4 | 110 | 0 | 131 | 126 | 155 | 120 | 10 |
| Binary | 1010 | 100100 | 100 | 1001000 | 0 | 1011001 | 1010110 | 1101101 | 1010000 | 1000 |
Color Harmonies of #0A2404
Complementary color
Monochromatic Colors of #0A2404
Black with #0A2404
Text Example
Text Example
White with #0A2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2404; }
p { color: rgb(10,36,4); }
H1.HeaderClassName
{
color: #0A2404;
}
.AnyTagClassName
{
color: #0A2404;
}
</style>
background-color css
<style>
a { background-color: #0A2404; }
a { background-color: rgb(10,36,4); }
div.DivClassName
{
background-color: #0A2404;
}
.BgClassName
{
background-color: #0A2404;
}
</style>
border-color css
<style>
span { border-color: #0A2404; }
span { border-color: rgb(10,36,4); }
td.TdClassName
{
border-color: #0A2404;
}
.TagClassName
{
border-color: #0A2404;
}
</style>