Shades of Myrtle #0B360C
Tints of Myrtle #0B360C
RGB
CMYK
RGB Variations
Color information
#0B360C (or 0x0B360C) is known color: Myrtle. HEX triplet: 0B, 36 and 0C. RGB value is (11,54,12). Sum of RGB (Red+Green+Blue) = 11+54+12=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #0B360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B360C is #F4C9F3. Grayscale: #242424. Windows color (decimal): -16042484 or 800267. OLE color: 800267.
HSL color Cylindrical-coordinate representation of color #0B360C: hue angle of 121.4º 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 #0B360C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 12 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.79 |
| HSL | 121.4º | 0.66% | 0.13% | - |
| HSV(B) | 121.4º | 0.8% | 0.21% | - |
| XYZ | 1.52 | 2.74 | 0.8 | - |
| YUV | 36.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 12 | 0.80 | 0 | 0.78 | 0.79 | 121.4 | 0.66 | 0.13 |
| Hex | B | 36 | C | 50 | 0 | 4E | 4F | 79 | 42 | D |
| Octal | 13 | 66 | 14 | 120 | 0 | 116 | 117 | 171 | 102 | 15 |
| Binary | 1011 | 110110 | 1100 | 1010000 | 0 | 1001110 | 1001111 | 1111001 | 1000010 | 1101 |
Color Harmonies of #0B360C
Complementary color
Monochromatic Colors of #0B360C
Black with #0B360C
Text Example
Text Example
White with #0B360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B360C; }
p { color: rgb(11,54,12); }
H1.HeaderClassName
{
color: #0B360C;
}
.AnyTagClassName
{
color: #0B360C;
}
</style>
background-color css
<style>
a { background-color: #0B360C; }
a { background-color: rgb(11,54,12); }
div.DivClassName
{
background-color: #0B360C;
}
.BgClassName
{
background-color: #0B360C;
}
</style>
border-color css
<style>
span { border-color: #0B360C; }
span { border-color: rgb(11,54,12); }
td.TdClassName
{
border-color: #0B360C;
}
.TagClassName
{
border-color: #0B360C;
}
</style>