Shades of Myrtle #093A0E
Tints of Myrtle #093A0E
RGB
CMYK
RGB Variations
Color information
#093A0E (or 0x093A0E) is known color: Myrtle. HEX triplet: 09, 3A and 0E. RGB value is (9,58,14). Sum of RGB (Red+Green+Blue) = 9+58+14=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #093A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A0E is #F6C5F1. Grayscale: #262626. Windows color (decimal): -16172530 or 932361. OLE color: 932361.
HSL color Cylindrical-coordinate representation of color #093A0E: hue angle of 126.12º 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 #093A0E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 14 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.77 |
| HSL | 126.12º | 0.73% | 0.13% | - |
| HSV(B) | 126.12º | 0.84% | 0.23% | - |
| XYZ | 1.7 | 3.12 | 0.93 | - |
| YUV | 38.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 14 | 0.84 | 0 | 0.76 | 0.77 | 126.12 | 0.73 | 0.13 |
| Hex | 9 | 3A | E | 54 | 0 | 4C | 4D | 7E | 49 | D |
| Octal | 11 | 72 | 16 | 124 | 0 | 114 | 115 | 176 | 111 | 15 |
| Binary | 1001 | 111010 | 1110 | 1010100 | 0 | 1001100 | 1001101 | 1111110 | 1001001 | 1101 |
Color Harmonies of #093A0E
Complementary color
Monochromatic Colors of #093A0E
Black with #093A0E
Text Example
Text Example
White with #093A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A0E; }
p { color: rgb(9,58,14); }
H1.HeaderClassName
{
color: #093A0E;
}
.AnyTagClassName
{
color: #093A0E;
}
</style>
background-color css
<style>
a { background-color: #093A0E; }
a { background-color: rgb(9,58,14); }
div.DivClassName
{
background-color: #093A0E;
}
.BgClassName
{
background-color: #093A0E;
}
</style>
border-color css
<style>
span { border-color: #093A0E; }
span { border-color: rgb(9,58,14); }
td.TdClassName
{
border-color: #093A0E;
}
.TagClassName
{
border-color: #093A0E;
}
</style>