Shades of Myrtle #0A2509
Tints of Myrtle #0A2509
RGB
CMYK
RGB Variations
Color information
#0A2509 (or 0x0A2509) is known color: Myrtle. HEX triplet: 0A, 25 and 09. RGB value is (10,37,9). Sum of RGB (Red+Green+Blue) = 10+37+9=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2509 is #F5DAF6. Grayscale: #191919. Windows color (decimal): -16112375 or 599306. OLE color: 599306.
HSL color Cylindrical-coordinate representation of color #0A2509: hue angle of 117.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2509 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 37 | 9 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.85 |
| HSL | 117.86º | 0.61% | 0.09% | - |
| HSV(B) | 117.86º | 0.76% | 0.15% | - |
| XYZ | 0.84 | 1.41 | 0.49 | - |
| YUV | 25.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 9 | 0.73 | 0 | 0.76 | 0.85 | 117.86 | 0.61 | 0.09 |
| Hex | A | 25 | 9 | 49 | 0 | 4C | 55 | 76 | 3D | 9 |
| Octal | 12 | 45 | 11 | 111 | 0 | 114 | 125 | 166 | 75 | 11 |
| Binary | 1010 | 100101 | 1001 | 1001001 | 0 | 1001100 | 1010101 | 1110110 | 111101 | 1001 |
Color Harmonies of #0A2509
Complementary color
Monochromatic Colors of #0A2509
Black with #0A2509
Text Example
Text Example
White with #0A2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2509; }
p { color: rgb(10,37,9); }
H1.HeaderClassName
{
color: #0A2509;
}
.AnyTagClassName
{
color: #0A2509;
}
</style>
background-color css
<style>
a { background-color: #0A2509; }
a { background-color: rgb(10,37,9); }
div.DivClassName
{
background-color: #0A2509;
}
.BgClassName
{
background-color: #0A2509;
}
</style>
border-color css
<style>
span { border-color: #0A2509; }
span { border-color: rgb(10,37,9); }
td.TdClassName
{
border-color: #0A2509;
}
.TagClassName
{
border-color: #0A2509;
}
</style>