Shades of Myrtle #0A3809
Tints of Myrtle #0A3809
RGB
CMYK
RGB Variations
Color information
#0A3809 (or 0x0A3809) is known color: Myrtle. HEX triplet: 0A, 38 and 09. RGB value is (10,56,9). Sum of RGB (Red+Green+Blue) = 10+56+9=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #0A3809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3809 is #F5C7F6. Grayscale: #252525. Windows color (decimal): -16107511 or 604170. OLE color: 604170.
HSL color Cylindrical-coordinate representation of color #0A3809: hue angle of 118.72º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3809 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 9 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.78 |
| HSL | 118.72º | 0.72% | 0.13% | - |
| HSV(B) | 118.72º | 0.84% | 0.22% | - |
| XYZ | 1.59 | 2.91 | 0.74 | - |
| YUV | 36.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 9 | 0.82 | 0 | 0.84 | 0.78 | 118.72 | 0.72 | 0.13 |
| Hex | A | 38 | 9 | 52 | 0 | 54 | 4E | 77 | 48 | D |
| Octal | 12 | 70 | 11 | 122 | 0 | 124 | 116 | 167 | 110 | 15 |
| Binary | 1010 | 111000 | 1001 | 1010010 | 0 | 1010100 | 1001110 | 1110111 | 1001000 | 1101 |
Color Harmonies of #0A3809
Complementary color
Monochromatic Colors of #0A3809
Black with #0A3809
Text Example
Text Example
White with #0A3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3809; }
p { color: rgb(10,56,9); }
H1.HeaderClassName
{
color: #0A3809;
}
.AnyTagClassName
{
color: #0A3809;
}
</style>
background-color css
<style>
a { background-color: #0A3809; }
a { background-color: rgb(10,56,9); }
div.DivClassName
{
background-color: #0A3809;
}
.BgClassName
{
background-color: #0A3809;
}
</style>
border-color css
<style>
span { border-color: #0A3809; }
span { border-color: rgb(10,56,9); }
td.TdClassName
{
border-color: #0A3809;
}
.TagClassName
{
border-color: #0A3809;
}
</style>