Shades of Myrtle #0B3708
Tints of Myrtle #0B3708
RGB
CMYK
RGB Variations
Color information
#0B3708 (or 0x0B3708) is known color: Myrtle. HEX triplet: 0B, 37 and 08. RGB value is (11,55,8). Sum of RGB (Red+Green+Blue) = 11+55+8=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3708 is #F4C8F7. Grayscale: #242424. Windows color (decimal): -16042232 or 538379. OLE color: 538379.
HSL color Cylindrical-coordinate representation of color #0B3708: hue angle of 116.17º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3708 is Cyan = 0.8, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 55 | 8 | - |
| CMYK | 0.8 | 0 | 0.85 | 0.78 |
| HSL | 116.17º | 0.75% | 0.12% | - |
| HSV(B) | 116.17º | 0.85% | 0.22% | - |
| XYZ | 1.55 | 2.82 | 0.69 | - |
| YUV | 36.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 8 | 0.8 | 0 | 0.85 | 0.78 | 116.17 | 0.75 | 0.12 |
| Hex | B | 37 | 8 | 50 | 0 | 55 | 4E | 74 | 4B | C |
| Octal | 13 | 67 | 10 | 120 | 0 | 125 | 116 | 164 | 113 | 14 |
| Binary | 1011 | 110111 | 1000 | 1010000 | 0 | 1010101 | 1001110 | 1110100 | 1001011 | 1100 |
Color Harmonies of #0B3708
Complementary color
Monochromatic Colors of #0B3708
Black with #0B3708
Text Example
Text Example
White with #0B3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3708; }
p { color: rgb(11,55,8); }
H1.HeaderClassName
{
color: #0B3708;
}
.AnyTagClassName
{
color: #0B3708;
}
</style>
background-color css
<style>
a { background-color: #0B3708; }
a { background-color: rgb(11,55,8); }
div.DivClassName
{
background-color: #0B3708;
}
.BgClassName
{
background-color: #0B3708;
}
</style>
border-color css
<style>
span { border-color: #0B3708; }
span { border-color: rgb(11,55,8); }
td.TdClassName
{
border-color: #0B3708;
}
.TagClassName
{
border-color: #0B3708;
}
</style>