Shades of Myrtle #093A0B
Tints of Myrtle #093A0B
RGB
CMYK
RGB Variations
Color information
#093A0B (or 0x093A0B) is known color: Myrtle. HEX triplet: 09, 3A and 0B. RGB value is (9,58,11). Sum of RGB (Red+Green+Blue) = 9+58+11=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #093A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A0B is #F6C5F4. Grayscale: #262626. Windows color (decimal): -16172533 or 735753. OLE color: 735753.
HSL color Cylindrical-coordinate representation of color #093A0B: hue angle of 122.45º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A0B is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 11 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.77 |
| HSL | 122.45º | 0.73% | 0.13% | - |
| HSV(B) | 122.45º | 0.84% | 0.23% | - |
| XYZ | 1.69 | 3.11 | 0.83 | - |
| YUV | 37.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 11 | 0.84 | 0 | 0.81 | 0.77 | 122.45 | 0.73 | 0.13 |
| Hex | 9 | 3A | B | 54 | 0 | 51 | 4D | 7A | 49 | D |
| Octal | 11 | 72 | 13 | 124 | 0 | 121 | 115 | 172 | 111 | 15 |
| Binary | 1001 | 111010 | 1011 | 1010100 | 0 | 1010001 | 1001101 | 1111010 | 1001001 | 1101 |
Color Harmonies of #093A0B
Complementary color
Monochromatic Colors of #093A0B
Black with #093A0B
Text Example
Text Example
White with #093A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A0B; }
p { color: rgb(9,58,11); }
H1.HeaderClassName
{
color: #093A0B;
}
.AnyTagClassName
{
color: #093A0B;
}
</style>
background-color css
<style>
a { background-color: #093A0B; }
a { background-color: rgb(9,58,11); }
div.DivClassName
{
background-color: #093A0B;
}
.BgClassName
{
background-color: #093A0B;
}
</style>
border-color css
<style>
span { border-color: #093A0B; }
span { border-color: rgb(9,58,11); }
td.TdClassName
{
border-color: #093A0B;
}
.TagClassName
{
border-color: #093A0B;
}
</style>