Shades of Myrtle #0B4010
Tints of Myrtle #0B4010
RGB
CMYK
RGB Variations
Color information
#0B4010 (or 0x0B4010) is known color: Myrtle. HEX triplet: 0B, 40 and 10. RGB value is (11,64,16). Sum of RGB (Red+Green+Blue) = 11+64+16=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4010 is #F4BFEF. Grayscale: #2A2A2A. Windows color (decimal): -16039920 or 1064971. OLE color: 1064971.
HSL color Cylindrical-coordinate representation of color #0B4010: hue angle of 125.66º 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 #0B4010 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 16 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.75 |
| HSL | 125.66º | 0.71% | 0.15% | - |
| HSV(B) | 125.66º | 0.83% | 0.25% | - |
| XYZ | 2.06 | 3.78 | 1.11 | - |
| YUV | 42.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 16 | 0.83 | 0 | 0.75 | 0.75 | 125.66 | 0.71 | 0.15 |
| Hex | B | 40 | 10 | 53 | 0 | 4B | 4B | 7E | 47 | F |
| Octal | 13 | 100 | 20 | 123 | 0 | 113 | 113 | 176 | 107 | 17 |
| Binary | 1011 | 1000000 | 10000 | 1010011 | 0 | 1001011 | 1001011 | 1111110 | 1000111 | 1111 |
Color Harmonies of #0B4010
Complementary color
Monochromatic Colors of #0B4010
Black with #0B4010
Text Example
Text Example
White with #0B4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4010; }
p { color: rgb(11,64,16); }
H1.HeaderClassName
{
color: #0B4010;
}
.AnyTagClassName
{
color: #0B4010;
}
</style>
background-color css
<style>
a { background-color: #0B4010; }
a { background-color: rgb(11,64,16); }
div.DivClassName
{
background-color: #0B4010;
}
.BgClassName
{
background-color: #0B4010;
}
</style>
border-color css
<style>
span { border-color: #0B4010; }
span { border-color: rgb(11,64,16); }
td.TdClassName
{
border-color: #0B4010;
}
.TagClassName
{
border-color: #0B4010;
}
</style>