Shades of Myrtle #0A5303
Tints of Myrtle #0A5303
RGB
CMYK
RGB Variations
Color information
#0A5303 (or 0x0A5303) is known color: Myrtle. HEX triplet: 0A, 53 and 03. RGB value is (10,83,3). Sum of RGB (Red+Green+Blue) = 10+83+3=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5303 is #F5ACFC. Grayscale: #343434. Windows color (decimal): -16100605 or 217866. OLE color: 217866.
HSL color Cylindrical-coordinate representation of color #0A5303: hue angle of 114.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5303 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 3 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.67 |
| HSL | 114.75º | 0.93% | 0.17% | - |
| HSV(B) | 114.75º | 0.96% | 0.33% | - |
| XYZ | 3.23 | 6.26 | 1.12 | - |
| YUV | 52.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 3 | 0.88 | 0 | 0.96 | 0.67 | 114.75 | 0.93 | 0.17 |
| Hex | A | 53 | 3 | 58 | 0 | 60 | 43 | 73 | 5D | 11 |
| Octal | 12 | 123 | 3 | 130 | 0 | 140 | 103 | 163 | 135 | 21 |
| Binary | 1010 | 1010011 | 11 | 1011000 | 0 | 1100000 | 1000011 | 1110011 | 1011101 | 10001 |
Color Harmonies of #0A5303
Complementary color
Monochromatic Colors of #0A5303
Black with #0A5303
Text Example
Text Example
White with #0A5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5303; }
p { color: rgb(10,83,3); }
H1.HeaderClassName
{
color: #0A5303;
}
.AnyTagClassName
{
color: #0A5303;
}
</style>
background-color css
<style>
a { background-color: #0A5303; }
a { background-color: rgb(10,83,3); }
div.DivClassName
{
background-color: #0A5303;
}
.BgClassName
{
background-color: #0A5303;
}
</style>
border-color css
<style>
span { border-color: #0A5303; }
span { border-color: rgb(10,83,3); }
td.TdClassName
{
border-color: #0A5303;
}
.TagClassName
{
border-color: #0A5303;
}
</style>