Shades of Myrtle #0B2605
Tints of Myrtle #0B2605
RGB
CMYK
RGB Variations
Color information
#0B2605 (or 0x0B2605) is known color: Myrtle. HEX triplet: 0B, 26 and 05. RGB value is (11,38,5). Sum of RGB (Red+Green+Blue) = 11+38+5=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2605 is #F4D9FA. Grayscale: #1A1A1A. Windows color (decimal): -16046587 or 337419. OLE color: 337419.
HSL color Cylindrical-coordinate representation of color #0B2605: hue angle of 109.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2605 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 5 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.85 |
| HSL | 109.09º | 0.77% | 0.08% | - |
| HSV(B) | 109.09º | 0.87% | 0.15% | - |
| XYZ | 0.86 | 1.47 | 0.38 | - |
| YUV | 26.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 5 | 0.71 | 0 | 0.87 | 0.85 | 109.09 | 0.77 | 0.08 |
| Hex | B | 26 | 5 | 47 | 0 | 57 | 55 | 6D | 4D | 8 |
| Octal | 13 | 46 | 5 | 107 | 0 | 127 | 125 | 155 | 115 | 10 |
| Binary | 1011 | 100110 | 101 | 1000111 | 0 | 1010111 | 1010101 | 1101101 | 1001101 | 1000 |
Color Harmonies of #0B2605
Complementary color
Monochromatic Colors of #0B2605
Black with #0B2605
Text Example
Text Example
White with #0B2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2605; }
p { color: rgb(11,38,5); }
H1.HeaderClassName
{
color: #0B2605;
}
.AnyTagClassName
{
color: #0B2605;
}
</style>
background-color css
<style>
a { background-color: #0B2605; }
a { background-color: rgb(11,38,5); }
div.DivClassName
{
background-color: #0B2605;
}
.BgClassName
{
background-color: #0B2605;
}
</style>
border-color css
<style>
span { border-color: #0B2605; }
span { border-color: rgb(11,38,5); }
td.TdClassName
{
border-color: #0B2605;
}
.TagClassName
{
border-color: #0B2605;
}
</style>