Shades of Myrtle #0B4511
Tints of Myrtle #0B4511
RGB
CMYK
RGB Variations
Color information
#0B4511 (or 0x0B4511) is known color: Myrtle. HEX triplet: 0B, 45 and 11. RGB value is (11,69,17). Sum of RGB (Red+Green+Blue) = 11+69+17=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4511 is #F4BAEE. Grayscale: #2D2D2D. Windows color (decimal): -16038639 or 1131787. OLE color: 1131787.
HSL color Cylindrical-coordinate representation of color #0B4511: hue angle of 126.21º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4511 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 17 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.73 |
| HSL | 126.21º | 0.73% | 0.16% | - |
| HSV(B) | 126.21º | 0.84% | 0.27% | - |
| XYZ | 2.37 | 4.37 | 1.25 | - |
| YUV | 45.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 17 | 0.84 | 0 | 0.75 | 0.73 | 126.21 | 0.73 | 0.16 |
| Hex | B | 45 | 11 | 54 | 0 | 4B | 49 | 7E | 48 | 10 |
| Octal | 13 | 105 | 21 | 124 | 0 | 113 | 111 | 176 | 110 | 20 |
| Binary | 1011 | 1000101 | 10001 | 1010100 | 0 | 1001011 | 1001001 | 1111110 | 1001000 | 10000 |
Color Harmonies of #0B4511
Complementary color
Monochromatic Colors of #0B4511
Black with #0B4511
Text Example
Text Example
White with #0B4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4511; }
p { color: rgb(11,69,17); }
H1.HeaderClassName
{
color: #0B4511;
}
.AnyTagClassName
{
color: #0B4511;
}
</style>
background-color css
<style>
a { background-color: #0B4511; }
a { background-color: rgb(11,69,17); }
div.DivClassName
{
background-color: #0B4511;
}
.BgClassName
{
background-color: #0B4511;
}
</style>
border-color css
<style>
span { border-color: #0B4511; }
span { border-color: rgb(11,69,17); }
td.TdClassName
{
border-color: #0B4511;
}
.TagClassName
{
border-color: #0B4511;
}
</style>