Shades of Myrtle #0A3502
Tints of Myrtle #0A3502
RGB
CMYK
RGB Variations
Color information
#0A3502 (or 0x0A3502) is known color: Myrtle. HEX triplet: 0A, 35 and 02. RGB value is (10,53,2). Sum of RGB (Red+Green+Blue) = 10+53+2=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #0A3502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3502 is #F5CAFD. Grayscale: #222222. Windows color (decimal): -16108286 or 144650. OLE color: 144650.
HSL color Cylindrical-coordinate representation of color #0A3502: hue angle of 110.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3502 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 53 | 2 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.79 |
| HSL | 110.59º | 0.93% | 0.11% | - |
| HSV(B) | 110.59º | 0.96% | 0.21% | - |
| XYZ | 1.41 | 2.62 | 0.49 | - |
| YUV | 34.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 2 | 0.81 | 0 | 0.96 | 0.79 | 110.59 | 0.93 | 0.11 |
| Hex | A | 35 | 2 | 51 | 0 | 60 | 4F | 6F | 5D | B |
| Octal | 12 | 65 | 2 | 121 | 0 | 140 | 117 | 157 | 135 | 13 |
| Binary | 1010 | 110101 | 10 | 1010001 | 0 | 1100000 | 1001111 | 1101111 | 1011101 | 1011 |
Color Harmonies of #0A3502
Complementary color
Monochromatic Colors of #0A3502
Black with #0A3502
Text Example
Text Example
White with #0A3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3502; }
p { color: rgb(10,53,2); }
H1.HeaderClassName
{
color: #0A3502;
}
.AnyTagClassName
{
color: #0A3502;
}
</style>
background-color css
<style>
a { background-color: #0A3502; }
a { background-color: rgb(10,53,2); }
div.DivClassName
{
background-color: #0A3502;
}
.BgClassName
{
background-color: #0A3502;
}
</style>
border-color css
<style>
span { border-color: #0A3502; }
span { border-color: rgb(10,53,2); }
td.TdClassName
{
border-color: #0A3502;
}
.TagClassName
{
border-color: #0A3502;
}
</style>