Shades of Myrtle #093B0B
Tints of Myrtle #093B0B
RGB
CMYK
RGB Variations
Color information
#093B0B (or 0x093B0B) is known color: Myrtle. HEX triplet: 09, 3B and 0B. RGB value is (9,59,11). Sum of RGB (Red+Green+Blue) = 9+59+11=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 59 (23.44% from 255 or 74.68% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 59 - color contains mainly: green. Hex color #093B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B0B is #F6C4F4. Grayscale: #262626. Windows color (decimal): -16172277 or 736009. OLE color: 736009.
HSL color Cylindrical-coordinate representation of color #093B0B: hue angle of 122.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B0B is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 11 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.77 |
| HSL | 122.4º | 0.74% | 0.13% | - |
| HSV(B) | 122.4º | 0.85% | 0.23% | - |
| XYZ | 1.74 | 3.21 | 0.84 | - |
| YUV | 38.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 11 | 0.85 | 0 | 0.81 | 0.77 | 122.4 | 0.74 | 0.13 |
| Hex | 9 | 3B | B | 55 | 0 | 51 | 4D | 7A | 4A | D |
| Octal | 11 | 73 | 13 | 125 | 0 | 121 | 115 | 172 | 112 | 15 |
| Binary | 1001 | 111011 | 1011 | 1010101 | 0 | 1010001 | 1001101 | 1111010 | 1001010 | 1101 |
Color Harmonies of #093B0B
Complementary color
Monochromatic Colors of #093B0B
Black with #093B0B
Text Example
Text Example
White with #093B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B0B; }
p { color: rgb(9,59,11); }
H1.HeaderClassName
{
color: #093B0B;
}
.AnyTagClassName
{
color: #093B0B;
}
</style>
background-color css
<style>
a { background-color: #093B0B; }
a { background-color: rgb(9,59,11); }
div.DivClassName
{
background-color: #093B0B;
}
.BgClassName
{
background-color: #093B0B;
}
</style>
border-color css
<style>
span { border-color: #093B0B; }
span { border-color: rgb(9,59,11); }
td.TdClassName
{
border-color: #093B0B;
}
.TagClassName
{
border-color: #093B0B;
}
</style>