Shades of Myrtle #0B3106
Tints of Myrtle #0B3106
RGB
CMYK
RGB Variations
Color information
#0B3106 (or 0x0B3106) is known color: Myrtle. HEX triplet: 0B, 31 and 06. RGB value is (11,49,6). Sum of RGB (Red+Green+Blue) = 11+49+6=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3106 is #F4CEF9. Grayscale: #202020. Windows color (decimal): -16043770 or 405771. OLE color: 405771.
HSL color Cylindrical-coordinate representation of color #0B3106: hue angle of 113.02º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3106 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 49 | 6 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.81 |
| HSL | 113.02º | 0.78% | 0.11% | - |
| HSV(B) | 113.02º | 0.88% | 0.19% | - |
| XYZ | 1.27 | 2.28 | 0.55 | - |
| YUV | 32.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 6 | 0.78 | 0 | 0.88 | 0.81 | 113.02 | 0.78 | 0.11 |
| Hex | B | 31 | 6 | 4E | 0 | 58 | 51 | 71 | 4E | B |
| Octal | 13 | 61 | 6 | 116 | 0 | 130 | 121 | 161 | 116 | 13 |
| Binary | 1011 | 110001 | 110 | 1001110 | 0 | 1011000 | 1010001 | 1110001 | 1001110 | 1011 |
Color Harmonies of #0B3106
Complementary color
Monochromatic Colors of #0B3106
Black with #0B3106
Text Example
Text Example
White with #0B3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3106; }
p { color: rgb(11,49,6); }
H1.HeaderClassName
{
color: #0B3106;
}
.AnyTagClassName
{
color: #0B3106;
}
</style>
background-color css
<style>
a { background-color: #0B3106; }
a { background-color: rgb(11,49,6); }
div.DivClassName
{
background-color: #0B3106;
}
.BgClassName
{
background-color: #0B3106;
}
</style>
border-color css
<style>
span { border-color: #0B3106; }
span { border-color: rgb(11,49,6); }
td.TdClassName
{
border-color: #0B3106;
}
.TagClassName
{
border-color: #0B3106;
}
</style>