Shades of Myrtle #0A4502
Tints of Myrtle #0A4502
RGB
CMYK
RGB Variations
Color information
#0A4502 (or 0x0A4502) is known color: Myrtle. HEX triplet: 0A, 45 and 02. RGB value is (10,69,2). Sum of RGB (Red+Green+Blue) = 10+69+2=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 69 (27.34% from 255 or 85.19% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4502 is #F5BAFD. Grayscale: #2B2B2B. Windows color (decimal): -16104190 or 148746. OLE color: 148746.
HSL color Cylindrical-coordinate representation of color #0A4502: hue angle of 112.84º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A4502 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 2 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.73 |
| HSL | 112.84º | 0.94% | 0.14% | - |
| HSV(B) | 112.84º | 0.97% | 0.27% | - |
| XYZ | 2.26 | 4.33 | 0.77 | - |
| YUV | 43.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 2 | 0.86 | 0 | 0.97 | 0.73 | 112.84 | 0.94 | 0.14 |
| Hex | A | 45 | 2 | 56 | 0 | 61 | 49 | 71 | 5E | E |
| Octal | 12 | 105 | 2 | 126 | 0 | 141 | 111 | 161 | 136 | 16 |
| Binary | 1010 | 1000101 | 10 | 1010110 | 0 | 1100001 | 1001001 | 1110001 | 1011110 | 1110 |
Color Harmonies of #0A4502
Complementary color
Monochromatic Colors of #0A4502
Black with #0A4502
Text Example
Text Example
White with #0A4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4502; }
p { color: rgb(10,69,2); }
H1.HeaderClassName
{
color: #0A4502;
}
.AnyTagClassName
{
color: #0A4502;
}
</style>
background-color css
<style>
a { background-color: #0A4502; }
a { background-color: rgb(10,69,2); }
div.DivClassName
{
background-color: #0A4502;
}
.BgClassName
{
background-color: #0A4502;
}
</style>
border-color css
<style>
span { border-color: #0A4502; }
span { border-color: rgb(10,69,2); }
td.TdClassName
{
border-color: #0A4502;
}
.TagClassName
{
border-color: #0A4502;
}
</style>