Shades of Myrtle #0A3D09
Tints of Myrtle #0A3D09
RGB
CMYK
RGB Variations
Color information
#0A3D09 (or 0x0A3D09) is known color: Myrtle. HEX triplet: 0A, 3D and 09. RGB value is (10,61,9). Sum of RGB (Red+Green+Blue) = 10+61+9=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D09 is #F5C2F6. Grayscale: #272727. Windows color (decimal): -16106231 or 605450. OLE color: 605450.
HSL color Cylindrical-coordinate representation of color #0A3D09: hue angle of 118.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3D09 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 61 | 9 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.76 |
| HSL | 118.85º | 0.74% | 0.14% | - |
| HSV(B) | 118.85º | 0.85% | 0.24% | - |
| XYZ | 1.84 | 3.42 | 0.82 | - |
| YUV | 39.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 9 | 0.84 | 0 | 0.85 | 0.76 | 118.85 | 0.74 | 0.14 |
| Hex | A | 3D | 9 | 54 | 0 | 55 | 4C | 77 | 4A | E |
| Octal | 12 | 75 | 11 | 124 | 0 | 125 | 114 | 167 | 112 | 16 |
| Binary | 1010 | 111101 | 1001 | 1010100 | 0 | 1010101 | 1001100 | 1110111 | 1001010 | 1110 |
Color Harmonies of #0A3D09
Complementary color
Monochromatic Colors of #0A3D09
Black with #0A3D09
Text Example
Text Example
White with #0A3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D09; }
p { color: rgb(10,61,9); }
H1.HeaderClassName
{
color: #0A3D09;
}
.AnyTagClassName
{
color: #0A3D09;
}
</style>
background-color css
<style>
a { background-color: #0A3D09; }
a { background-color: rgb(10,61,9); }
div.DivClassName
{
background-color: #0A3D09;
}
.BgClassName
{
background-color: #0A3D09;
}
</style>
border-color css
<style>
span { border-color: #0A3D09; }
span { border-color: rgb(10,61,9); }
td.TdClassName
{
border-color: #0A3D09;
}
.TagClassName
{
border-color: #0A3D09;
}
</style>