Shades of Myrtle #0B4011
Tints of Myrtle #0B4011
RGB
CMYK
RGB Variations
Color information
#0B4011 (or 0x0B4011) is known color: Myrtle. HEX triplet: 0B, 40 and 11. RGB value is (11,64,17). Sum of RGB (Red+Green+Blue) = 11+64+17=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4011 is #F4BFEE. Grayscale: #2A2A2A. Windows color (decimal): -16039919 or 1130507. OLE color: 1130507.
HSL color Cylindrical-coordinate representation of color #0B4011: hue angle of 126.79º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4011 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 17 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.75 |
| HSL | 126.79º | 0.71% | 0.15% | - |
| HSV(B) | 126.79º | 0.83% | 0.25% | - |
| XYZ | 2.07 | 3.78 | 1.15 | - |
| YUV | 42.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 17 | 0.83 | 0 | 0.73 | 0.75 | 126.79 | 0.71 | 0.15 |
| Hex | B | 40 | 11 | 53 | 0 | 49 | 4B | 7F | 47 | F |
| Octal | 13 | 100 | 21 | 123 | 0 | 111 | 113 | 177 | 107 | 17 |
| Binary | 1011 | 1000000 | 10001 | 1010011 | 0 | 1001001 | 1001011 | 1111111 | 1000111 | 1111 |
Color Harmonies of #0B4011
Complementary color
Monochromatic Colors of #0B4011
Black with #0B4011
Text Example
Text Example
White with #0B4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4011; }
p { color: rgb(11,64,17); }
H1.HeaderClassName
{
color: #0B4011;
}
.AnyTagClassName
{
color: #0B4011;
}
</style>
background-color css
<style>
a { background-color: #0B4011; }
a { background-color: rgb(11,64,17); }
div.DivClassName
{
background-color: #0B4011;
}
.BgClassName
{
background-color: #0B4011;
}
</style>
border-color css
<style>
span { border-color: #0B4011; }
span { border-color: rgb(11,64,17); }
td.TdClassName
{
border-color: #0B4011;
}
.TagClassName
{
border-color: #0B4011;
}
</style>