Shades of Myrtle #0B4711
Tints of Myrtle #0B4711
RGB
CMYK
RGB Variations
Color information
#0B4711 (or 0x0B4711) is known color: Myrtle. HEX triplet: 0B, 47 and 11. RGB value is (11,71,17). Sum of RGB (Red+Green+Blue) = 11+71+17=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4711 is #F4B8EE. Grayscale: #2F2F2F. Windows color (decimal): -16038127 or 1132299. OLE color: 1132299.
HSL color Cylindrical-coordinate representation of color #0B4711: hue angle of 126º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4711 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 17 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.72 |
| HSL | 126º | 0.73% | 0.16% | - |
| HSV(B) | 126º | 0.85% | 0.28% | - |
| XYZ | 2.49 | 4.62 | 1.29 | - |
| YUV | 46.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 17 | 0.85 | 0 | 0.76 | 0.72 | 126 | 0.73 | 0.16 |
| Hex | B | 47 | 11 | 55 | 0 | 4C | 48 | 7E | 49 | 10 |
| Octal | 13 | 107 | 21 | 125 | 0 | 114 | 110 | 176 | 111 | 20 |
| Binary | 1011 | 1000111 | 10001 | 1010101 | 0 | 1001100 | 1001000 | 1111110 | 1001001 | 10000 |
Color Harmonies of #0B4711
Complementary color
Monochromatic Colors of #0B4711
Black with #0B4711
Text Example
Text Example
White with #0B4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4711; }
p { color: rgb(11,71,17); }
H1.HeaderClassName
{
color: #0B4711;
}
.AnyTagClassName
{
color: #0B4711;
}
</style>
background-color css
<style>
a { background-color: #0B4711; }
a { background-color: rgb(11,71,17); }
div.DivClassName
{
background-color: #0B4711;
}
.BgClassName
{
background-color: #0B4711;
}
</style>
border-color css
<style>
span { border-color: #0B4711; }
span { border-color: rgb(11,71,17); }
td.TdClassName
{
border-color: #0B4711;
}
.TagClassName
{
border-color: #0B4711;
}
</style>