Shades of Myrtle #0B360D
Tints of Myrtle #0B360D
RGB
CMYK
RGB Variations
Color information
#0B360D (or 0x0B360D) is known color: Myrtle. HEX triplet: 0B, 36 and 0D. RGB value is (11,54,13). Sum of RGB (Red+Green+Blue) = 11+54+13=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #0B360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B360D is #F4C9F2. Grayscale: #242424. Windows color (decimal): -16042483 or 865803. OLE color: 865803.
HSL color Cylindrical-coordinate representation of color #0B360D: hue angle of 122.79º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B360D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 13 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.79 |
| HSL | 122.79º | 0.66% | 0.13% | - |
| HSV(B) | 122.79º | 0.8% | 0.21% | - |
| XYZ | 1.53 | 2.74 | 0.83 | - |
| YUV | 36.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 13 | 0.80 | 0 | 0.76 | 0.79 | 122.79 | 0.66 | 0.13 |
| Hex | B | 36 | D | 50 | 0 | 4C | 4F | 7B | 42 | D |
| Octal | 13 | 66 | 15 | 120 | 0 | 114 | 117 | 173 | 102 | 15 |
| Binary | 1011 | 110110 | 1101 | 1010000 | 0 | 1001100 | 1001111 | 1111011 | 1000010 | 1101 |
Color Harmonies of #0B360D
Complementary color
Monochromatic Colors of #0B360D
Black with #0B360D
Text Example
Text Example
White with #0B360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B360D; }
p { color: rgb(11,54,13); }
H1.HeaderClassName
{
color: #0B360D;
}
.AnyTagClassName
{
color: #0B360D;
}
</style>
background-color css
<style>
a { background-color: #0B360D; }
a { background-color: rgb(11,54,13); }
div.DivClassName
{
background-color: #0B360D;
}
.BgClassName
{
background-color: #0B360D;
}
</style>
border-color css
<style>
span { border-color: #0B360D; }
span { border-color: rgb(11,54,13); }
td.TdClassName
{
border-color: #0B360D;
}
.TagClassName
{
border-color: #0B360D;
}
</style>