Shades of Myrtle #0A4403
Tints of Myrtle #0A4403
RGB
CMYK
RGB Variations
Color information
#0A4403 (or 0x0A4403) is known color: Myrtle. HEX triplet: 0A, 44 and 03. RGB value is (10,68,3). Sum of RGB (Red+Green+Blue) = 10+68+3=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 68 (26.95% from 255 or 83.95% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4403 is #F5BBFC. Grayscale: #2B2B2B. Windows color (decimal): -16104445 or 214026. OLE color: 214026.
HSL color Cylindrical-coordinate representation of color #0A4403: hue angle of 113.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4403 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 68 | 3 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.73 |
| HSL | 113.54º | 0.92% | 0.14% | - |
| HSV(B) | 113.54º | 0.96% | 0.27% | - |
| XYZ | 2.21 | 4.21 | 0.78 | - |
| YUV | 43.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 3 | 0.85 | 0 | 0.96 | 0.73 | 113.54 | 0.92 | 0.14 |
| Hex | A | 44 | 3 | 55 | 0 | 60 | 49 | 72 | 5C | E |
| Octal | 12 | 104 | 3 | 125 | 0 | 140 | 111 | 162 | 134 | 16 |
| Binary | 1010 | 1000100 | 11 | 1010101 | 0 | 1100000 | 1001001 | 1110010 | 1011100 | 1110 |
Color Harmonies of #0A4403
Complementary color
Monochromatic Colors of #0A4403
Black with #0A4403
Text Example
Text Example
White with #0A4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4403; }
p { color: rgb(10,68,3); }
H1.HeaderClassName
{
color: #0A4403;
}
.AnyTagClassName
{
color: #0A4403;
}
</style>
background-color css
<style>
a { background-color: #0A4403; }
a { background-color: rgb(10,68,3); }
div.DivClassName
{
background-color: #0A4403;
}
.BgClassName
{
background-color: #0A4403;
}
</style>
border-color css
<style>
span { border-color: #0A4403; }
span { border-color: rgb(10,68,3); }
td.TdClassName
{
border-color: #0A4403;
}
.TagClassName
{
border-color: #0A4403;
}
</style>