Shades of Myrtle #0B550D
Tints of Myrtle #0B550D
RGB
CMYK
RGB Variations
Color information
#0B550D (or 0x0B550D) is known color: Myrtle. HEX triplet: 0B, 55 and 0D. RGB value is (11,85,13). Sum of RGB (Red+Green+Blue) = 11+85+13=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #0B550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B550D is #F4AAF2. Grayscale: #363636. Windows color (decimal): -16034547 or 873739. OLE color: 873739.
HSL color Cylindrical-coordinate representation of color #0B550D: hue angle of 121.62º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B550D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 85 | 13 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.67 |
| HSL | 121.62º | 0.77% | 0.19% | - |
| HSV(B) | 121.62º | 0.87% | 0.33% | - |
| XYZ | 3.46 | 6.6 | 1.47 | - |
| YUV | 54.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 13 | 0.87 | 0 | 0.85 | 0.67 | 121.62 | 0.77 | 0.19 |
| Hex | B | 55 | D | 57 | 0 | 55 | 43 | 7A | 4D | 13 |
| Octal | 13 | 125 | 15 | 127 | 0 | 125 | 103 | 172 | 115 | 23 |
| Binary | 1011 | 1010101 | 1101 | 1010111 | 0 | 1010101 | 1000011 | 1111010 | 1001101 | 10011 |
Color Harmonies of #0B550D
Complementary color
Monochromatic Colors of #0B550D
Black with #0B550D
Text Example
Text Example
White with #0B550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B550D; }
p { color: rgb(11,85,13); }
H1.HeaderClassName
{
color: #0B550D;
}
.AnyTagClassName
{
color: #0B550D;
}
</style>
background-color css
<style>
a { background-color: #0B550D; }
a { background-color: rgb(11,85,13); }
div.DivClassName
{
background-color: #0B550D;
}
.BgClassName
{
background-color: #0B550D;
}
</style>
border-color css
<style>
span { border-color: #0B550D; }
span { border-color: rgb(11,85,13); }
td.TdClassName
{
border-color: #0B550D;
}
.TagClassName
{
border-color: #0B550D;
}
</style>