Shades of Myrtle #0B370C
Tints of Myrtle #0B370C
RGB
CMYK
RGB Variations
Color information
#0B370C (or 0x0B370C) is known color: Myrtle. HEX triplet: 0B, 37 and 0C. RGB value is (11,55,12). Sum of RGB (Red+Green+Blue) = 11+55+12=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #0B370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B370C is #F4C8F3. Grayscale: #252525. Windows color (decimal): -16042228 or 800523. OLE color: 800523.
HSL color Cylindrical-coordinate representation of color #0B370C: hue angle of 121.36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B370C is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 55 | 12 | - |
| CMYK | 0.8 | 0 | 0.78 | 0.78 |
| HSL | 121.36º | 0.67% | 0.13% | - |
| HSV(B) | 121.36º | 0.8% | 0.22% | - |
| XYZ | 1.57 | 2.83 | 0.81 | - |
| YUV | 36.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 12 | 0.8 | 0 | 0.78 | 0.78 | 121.36 | 0.67 | 0.13 |
| Hex | B | 37 | C | 50 | 0 | 4E | 4E | 79 | 43 | D |
| Octal | 13 | 67 | 14 | 120 | 0 | 116 | 116 | 171 | 103 | 15 |
| Binary | 1011 | 110111 | 1100 | 1010000 | 0 | 1001110 | 1001110 | 1111001 | 1000011 | 1101 |
Color Harmonies of #0B370C
Complementary color
Monochromatic Colors of #0B370C
Black with #0B370C
Text Example
Text Example
White with #0B370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B370C; }
p { color: rgb(11,55,12); }
H1.HeaderClassName
{
color: #0B370C;
}
.AnyTagClassName
{
color: #0B370C;
}
</style>
background-color css
<style>
a { background-color: #0B370C; }
a { background-color: rgb(11,55,12); }
div.DivClassName
{
background-color: #0B370C;
}
.BgClassName
{
background-color: #0B370C;
}
</style>
border-color css
<style>
span { border-color: #0B370C; }
span { border-color: rgb(11,55,12); }
td.TdClassName
{
border-color: #0B370C;
}
.TagClassName
{
border-color: #0B370C;
}
</style>