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