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