Shades of Myrtle #0B3206
Tints of Myrtle #0B3206
RGB
CMYK
RGB Variations
Color information
#0B3206 (or 0x0B3206) is known color: Myrtle. HEX triplet: 0B, 32 and 06. RGB value is (11,50,6). Sum of RGB (Red+Green+Blue) = 11+50+6=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3206 is #F4CDF9. Grayscale: #212121. Windows color (decimal): -16043514 or 406027. OLE color: 406027.
HSL color Cylindrical-coordinate representation of color #0B3206: hue angle of 113.18º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3206 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 6 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.80 |
| HSL | 113.18º | 0.79% | 0.11% | - |
| HSV(B) | 113.18º | 0.88% | 0.2% | - |
| XYZ | 1.31 | 2.37 | 0.56 | - |
| YUV | 33.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 6 | 0.78 | 0 | 0.88 | 0.80 | 113.18 | 0.79 | 0.11 |
| Hex | B | 32 | 6 | 4E | 0 | 58 | 50 | 71 | 4F | B |
| Octal | 13 | 62 | 6 | 116 | 0 | 130 | 120 | 161 | 117 | 13 |
| Binary | 1011 | 110010 | 110 | 1001110 | 0 | 1011000 | 1010000 | 1110001 | 1001111 | 1011 |
Color Harmonies of #0B3206
Complementary color
Monochromatic Colors of #0B3206
Black with #0B3206
Text Example
Text Example
White with #0B3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3206; }
p { color: rgb(11,50,6); }
H1.HeaderClassName
{
color: #0B3206;
}
.AnyTagClassName
{
color: #0B3206;
}
</style>
background-color css
<style>
a { background-color: #0B3206; }
a { background-color: rgb(11,50,6); }
div.DivClassName
{
background-color: #0B3206;
}
.BgClassName
{
background-color: #0B3206;
}
</style>
border-color css
<style>
span { border-color: #0B3206; }
span { border-color: rgb(11,50,6); }
td.TdClassName
{
border-color: #0B3206;
}
.TagClassName
{
border-color: #0B3206;
}
</style>