Shades of Myrtle #0B580D
Tints of Myrtle #0B580D
RGB
CMYK
RGB Variations
Color information
#0B580D (or 0x0B580D) is known color: Myrtle. HEX triplet: 0B, 58 and 0D. RGB value is (11,88,13). Sum of RGB (Red+Green+Blue) = 11+88+13=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #0B580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B580D is #F4A7F2. Grayscale: #383838. Windows color (decimal): -16033779 or 874507. OLE color: 874507.
HSL color Cylindrical-coordinate representation of color #0B580D: hue angle of 121.56º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B580D is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 13 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.65 |
| HSL | 121.56º | 0.78% | 0.19% | - |
| HSV(B) | 121.56º | 0.88% | 0.35% | - |
| XYZ | 3.7 | 7.08 | 1.55 | - |
| YUV | 56.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 13 | 0.88 | 0 | 0.85 | 0.65 | 121.56 | 0.78 | 0.19 |
| Hex | B | 58 | D | 58 | 0 | 55 | 41 | 7A | 4E | 13 |
| Octal | 13 | 130 | 15 | 130 | 0 | 125 | 101 | 172 | 116 | 23 |
| Binary | 1011 | 1011000 | 1101 | 1011000 | 0 | 1010101 | 1000001 | 1111010 | 1001110 | 10011 |
Color Harmonies of #0B580D
Complementary color
Monochromatic Colors of #0B580D
Black with #0B580D
Text Example
Text Example
White with #0B580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B580D; }
p { color: rgb(11,88,13); }
H1.HeaderClassName
{
color: #0B580D;
}
.AnyTagClassName
{
color: #0B580D;
}
</style>
background-color css
<style>
a { background-color: #0B580D; }
a { background-color: rgb(11,88,13); }
div.DivClassName
{
background-color: #0B580D;
}
.BgClassName
{
background-color: #0B580D;
}
</style>
border-color css
<style>
span { border-color: #0B580D; }
span { border-color: rgb(11,88,13); }
td.TdClassName
{
border-color: #0B580D;
}
.TagClassName
{
border-color: #0B580D;
}
</style>