Shades of Myrtle #09550B
Tints of Myrtle #09550B
RGB
CMYK
RGB Variations
Color information
#09550B (or 0x09550B) is known color: Myrtle. HEX triplet: 09, 55 and 0B. RGB value is (9,85,11). Sum of RGB (Red+Green+Blue) = 9+85+11=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #09550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09550B is #F6AAF4. Grayscale: #363636. Windows color (decimal): -16165621 or 742665. OLE color: 742665.
HSL color Cylindrical-coordinate representation of color #09550B: hue angle of 121.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09550B is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 11 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.67 |
| HSL | 121.58º | 0.81% | 0.18% | - |
| HSV(B) | 121.58º | 0.89% | 0.33% | - |
| XYZ | 3.42 | 6.58 | 1.41 | - |
| YUV | 53.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 11 | 0.89 | 0 | 0.87 | 0.67 | 121.58 | 0.81 | 0.18 |
| Hex | 9 | 55 | B | 59 | 0 | 57 | 43 | 7A | 51 | 12 |
| Octal | 11 | 125 | 13 | 131 | 0 | 127 | 103 | 172 | 121 | 22 |
| Binary | 1001 | 1010101 | 1011 | 1011001 | 0 | 1010111 | 1000011 | 1111010 | 1010001 | 10010 |
Color Harmonies of #09550B
Complementary color
Monochromatic Colors of #09550B
Black with #09550B
Text Example
Text Example
White with #09550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09550B; }
p { color: rgb(9,85,11); }
H1.HeaderClassName
{
color: #09550B;
}
.AnyTagClassName
{
color: #09550B;
}
</style>
background-color css
<style>
a { background-color: #09550B; }
a { background-color: rgb(9,85,11); }
div.DivClassName
{
background-color: #09550B;
}
.BgClassName
{
background-color: #09550B;
}
</style>
border-color css
<style>
span { border-color: #09550B; }
span { border-color: rgb(9,85,11); }
td.TdClassName
{
border-color: #09550B;
}
.TagClassName
{
border-color: #09550B;
}
</style>