Shades of Myrtle #0A3E11
Tints of Myrtle #0A3E11
RGB
CMYK
RGB Variations
Color information
#0A3E11 (or 0x0A3E11) is known color: Myrtle. HEX triplet: 0A, 3E and 11. RGB value is (10,62,17). Sum of RGB (Red+Green+Blue) = 10+62+17=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E11 is #F5C1EE. Grayscale: #292929. Windows color (decimal): -16105967 or 1129994. OLE color: 1129994.
HSL color Cylindrical-coordinate representation of color #0A3E11: hue angle of 128.08º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E11 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 17 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.76 |
| HSL | 128.08º | 0.72% | 0.14% | - |
| HSV(B) | 128.08º | 0.84% | 0.24% | - |
| XYZ | 1.95 | 3.55 | 1.11 | - |
| YUV | 41.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 17 | 0.84 | 0 | 0.73 | 0.76 | 128.08 | 0.72 | 0.14 |
| Hex | A | 3E | 11 | 54 | 0 | 49 | 4C | 80 | 48 | E |
| Octal | 12 | 76 | 21 | 124 | 0 | 111 | 114 | 200 | 110 | 16 |
| Binary | 1010 | 111110 | 10001 | 1010100 | 0 | 1001001 | 1001100 | 10000000 | 1001000 | 1110 |
Color Harmonies of #0A3E11
Complementary color
Monochromatic Colors of #0A3E11
Black with #0A3E11
Text Example
Text Example
White with #0A3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E11; }
p { color: rgb(10,62,17); }
H1.HeaderClassName
{
color: #0A3E11;
}
.AnyTagClassName
{
color: #0A3E11;
}
</style>
background-color css
<style>
a { background-color: #0A3E11; }
a { background-color: rgb(10,62,17); }
div.DivClassName
{
background-color: #0A3E11;
}
.BgClassName
{
background-color: #0A3E11;
}
</style>
border-color css
<style>
span { border-color: #0A3E11; }
span { border-color: rgb(10,62,17); }
td.TdClassName
{
border-color: #0A3E11;
}
.TagClassName
{
border-color: #0A3E11;
}
</style>