Shades of Myrtle #0A4902
Tints of Myrtle #0A4902
RGB
CMYK
RGB Variations
Color information
#0A4902 (or 0x0A4902) is known color: Myrtle. HEX triplet: 0A, 49 and 02. RGB value is (10,73,2). Sum of RGB (Red+Green+Blue) = 10+73+2=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 73 (28.91% from 255 or 85.88% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4902 is #F5B6FD. Grayscale: #2E2E2E. Windows color (decimal): -16103166 or 149770. OLE color: 149770.
HSL color Cylindrical-coordinate representation of color #0A4902: hue angle of 113.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A4902 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 2 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.71 |
| HSL | 113.24º | 0.95% | 0.15% | - |
| HSV(B) | 113.24º | 0.97% | 0.29% | - |
| XYZ | 2.52 | 4.83 | 0.86 | - |
| YUV | 46.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 2 | 0.86 | 0 | 0.97 | 0.71 | 113.24 | 0.95 | 0.15 |
| Hex | A | 49 | 2 | 56 | 0 | 61 | 47 | 71 | 5F | F |
| Octal | 12 | 111 | 2 | 126 | 0 | 141 | 107 | 161 | 137 | 17 |
| Binary | 1010 | 1001001 | 10 | 1010110 | 0 | 1100001 | 1000111 | 1110001 | 1011111 | 1111 |
Color Harmonies of #0A4902
Complementary color
Monochromatic Colors of #0A4902
Black with #0A4902
Text Example
Text Example
White with #0A4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4902; }
p { color: rgb(10,73,2); }
H1.HeaderClassName
{
color: #0A4902;
}
.AnyTagClassName
{
color: #0A4902;
}
</style>
background-color css
<style>
a { background-color: #0A4902; }
a { background-color: rgb(10,73,2); }
div.DivClassName
{
background-color: #0A4902;
}
.BgClassName
{
background-color: #0A4902;
}
</style>
border-color css
<style>
span { border-color: #0A4902; }
span { border-color: rgb(10,73,2); }
td.TdClassName
{
border-color: #0A4902;
}
.TagClassName
{
border-color: #0A4902;
}
</style>