Shades of Myrtle #093300
Tints of Myrtle #093300
RGB
CMYK
RGB Variations
Color information
#093300 (or 0x093300) is known color: Myrtle. HEX triplet: 09, 33 and 00. RGB value is (9,51,0). Sum of RGB (Red+Green+Blue) = 9+51+0=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 51 (20.31% from 255 or 85% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 51 - color contains mainly: green. Hex color #093300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093300 is #F6CCFF. Grayscale: #202020. Windows color (decimal): -16174336 or 13065. OLE color: 13065.
HSL color Cylindrical-coordinate representation of color #093300: hue angle of 109.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #093300 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.8 |
| HSL | 109.41º | 1% | 0.1% | - |
| HSV(B) | 109.41º | 1% | 0.2% | - |
| XYZ | 1.3 | 2.43 | 0.4 | - |
| YUV | 32.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 0 | 0.82 | 0 | 1 | 0.8 | 109.41 | 1 | 0.1 |
| Hex | 9 | 33 | 0 | 52 | 0 | 64 | 50 | 6D | 64 | A |
| Octal | 11 | 63 | 0 | 122 | 0 | 144 | 120 | 155 | 144 | 12 |
| Binary | 1001 | 110011 | 0 | 1010010 | 0 | 1100100 | 1010000 | 1101101 | 1100100 | 1010 |
Color Harmonies of #093300
Complementary color
Monochromatic Colors of #093300
Black with #093300
Text Example
Text Example
White with #093300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093300; }
p { color: rgb(9,51,0); }
H1.HeaderClassName
{
color: #093300;
}
.AnyTagClassName
{
color: #093300;
}
</style>
background-color css
<style>
a { background-color: #093300; }
a { background-color: rgb(9,51,0); }
div.DivClassName
{
background-color: #093300;
}
.BgClassName
{
background-color: #093300;
}
</style>
border-color css
<style>
span { border-color: #093300; }
span { border-color: rgb(9,51,0); }
td.TdClassName
{
border-color: #093300;
}
.TagClassName
{
border-color: #093300;
}
</style>