Shades of Myrtle #0B4110
Tints of Myrtle #0B4110
RGB
CMYK
RGB Variations
Color information
#0B4110 (or 0x0B4110) is known color: Myrtle. HEX triplet: 0B, 41 and 10. RGB value is (11,65,16). Sum of RGB (Red+Green+Blue) = 11+65+16=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #0B4110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4110 is #F4BEEF. Grayscale: #2B2B2B. Windows color (decimal): -16039664 or 1065227. OLE color: 1065227.
HSL color Cylindrical-coordinate representation of color #0B4110: hue angle of 125.56º 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 #0B4110 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 65 | 16 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.75 |
| HSL | 125.56º | 0.71% | 0.15% | - |
| HSV(B) | 125.56º | 0.83% | 0.25% | - |
| XYZ | 2.12 | 3.89 | 1.13 | - |
| YUV | 43.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 16 | 0.83 | 0 | 0.75 | 0.75 | 125.56 | 0.71 | 0.15 |
| Hex | B | 41 | 10 | 53 | 0 | 4B | 4B | 7E | 47 | F |
| Octal | 13 | 101 | 20 | 123 | 0 | 113 | 113 | 176 | 107 | 17 |
| Binary | 1011 | 1000001 | 10000 | 1010011 | 0 | 1001011 | 1001011 | 1111110 | 1000111 | 1111 |
Color Harmonies of #0B4110
Complementary color
Monochromatic Colors of #0B4110
Black with #0B4110
Text Example
Text Example
White with #0B4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4110; }
p { color: rgb(11,65,16); }
H1.HeaderClassName
{
color: #0B4110;
}
.AnyTagClassName
{
color: #0B4110;
}
</style>
background-color css
<style>
a { background-color: #0B4110; }
a { background-color: rgb(11,65,16); }
div.DivClassName
{
background-color: #0B4110;
}
.BgClassName
{
background-color: #0B4110;
}
</style>
border-color css
<style>
span { border-color: #0B4110; }
span { border-color: rgb(11,65,16); }
td.TdClassName
{
border-color: #0B4110;
}
.TagClassName
{
border-color: #0B4110;
}
</style>