Shades of Myrtle #0B4311
Tints of Myrtle #0B4311
RGB
CMYK
RGB Variations
Color information
#0B4311 (or 0x0B4311) is known color: Myrtle. HEX triplet: 0B, 43 and 11. RGB value is (11,67,17). Sum of RGB (Red+Green+Blue) = 11+67+17=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4311 is #F4BCEE. Grayscale: #2C2C2C. Windows color (decimal): -16039151 or 1131275. OLE color: 1131275.
HSL color Cylindrical-coordinate representation of color #0B4311: hue angle of 126.43º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4311 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 17 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.74 |
| HSL | 126.43º | 0.72% | 0.15% | - |
| HSV(B) | 126.43º | 0.84% | 0.26% | - |
| XYZ | 2.25 | 4.13 | 1.21 | - |
| YUV | 44.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 17 | 0.84 | 0 | 0.75 | 0.74 | 126.43 | 0.72 | 0.15 |
| Hex | B | 43 | 11 | 54 | 0 | 4B | 4A | 7E | 48 | F |
| Octal | 13 | 103 | 21 | 124 | 0 | 113 | 112 | 176 | 110 | 17 |
| Binary | 1011 | 1000011 | 10001 | 1010100 | 0 | 1001011 | 1001010 | 1111110 | 1001000 | 1111 |
Color Harmonies of #0B4311
Complementary color
Monochromatic Colors of #0B4311
Black with #0B4311
Text Example
Text Example
White with #0B4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4311; }
p { color: rgb(11,67,17); }
H1.HeaderClassName
{
color: #0B4311;
}
.AnyTagClassName
{
color: #0B4311;
}
</style>
background-color css
<style>
a { background-color: #0B4311; }
a { background-color: rgb(11,67,17); }
div.DivClassName
{
background-color: #0B4311;
}
.BgClassName
{
background-color: #0B4311;
}
</style>
border-color css
<style>
span { border-color: #0B4311; }
span { border-color: rgb(11,67,17); }
td.TdClassName
{
border-color: #0B4311;
}
.TagClassName
{
border-color: #0B4311;
}
</style>