Shades of Myrtle #093206
Tints of Myrtle #093206
RGB
CMYK
RGB Variations
Color information
#093206 (or 0x093206) is known color: Myrtle. HEX triplet: 09, 32 and 06. RGB value is (9,50,6). Sum of RGB (Red+Green+Blue) = 9+50+6=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #093206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093206 is #F6CDF9. Grayscale: #202020. Windows color (decimal): -16174586 or 406025. OLE color: 406025.
HSL color Cylindrical-coordinate representation of color #093206: hue angle of 115.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093206 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 6 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.80 |
| HSL | 115.91º | 0.79% | 0.11% | - |
| HSV(B) | 115.91º | 0.88% | 0.2% | - |
| XYZ | 1.29 | 2.35 | 0.56 | - |
| YUV | 32.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 6 | 0.82 | 0 | 0.88 | 0.80 | 115.91 | 0.79 | 0.11 |
| Hex | 9 | 32 | 6 | 52 | 0 | 58 | 50 | 74 | 4F | B |
| Octal | 11 | 62 | 6 | 122 | 0 | 130 | 120 | 164 | 117 | 13 |
| Binary | 1001 | 110010 | 110 | 1010010 | 0 | 1011000 | 1010000 | 1110100 | 1001111 | 1011 |
Color Harmonies of #093206
Complementary color
Monochromatic Colors of #093206
Black with #093206
Text Example
Text Example
White with #093206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093206; }
p { color: rgb(9,50,6); }
H1.HeaderClassName
{
color: #093206;
}
.AnyTagClassName
{
color: #093206;
}
</style>
background-color css
<style>
a { background-color: #093206; }
a { background-color: rgb(9,50,6); }
div.DivClassName
{
background-color: #093206;
}
.BgClassName
{
background-color: #093206;
}
</style>
border-color css
<style>
span { border-color: #093206; }
span { border-color: rgb(9,50,6); }
td.TdClassName
{
border-color: #093206;
}
.TagClassName
{
border-color: #093206;
}
</style>