Shades of Myrtle #0C2306
Tints of Myrtle #0C2306
RGB
CMYK
RGB Variations
Color information
#0C2306 (or 0x0C2306) is known color: Myrtle. HEX triplet: 0C, 23 and 06. RGB value is (12,35,6). Sum of RGB (Red+Green+Blue) = 12+35+6=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2306 is #F3DCF9. Grayscale: #181818. Windows color (decimal): -15981818 or 402188. OLE color: 402188.
HSL color Cylindrical-coordinate representation of color #0C2306: hue angle of 107.59º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C2306 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 6 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.86 |
| HSL | 107.59º | 0.71% | 0.08% | - |
| HSV(B) | 107.59º | 0.83% | 0.14% | - |
| XYZ | 0.79 | 1.29 | 0.38 | - |
| YUV | 24.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 6 | 0.66 | 0 | 0.83 | 0.86 | 107.59 | 0.71 | 0.08 |
| Hex | C | 23 | 6 | 42 | 0 | 53 | 56 | 6C | 47 | 8 |
| Octal | 14 | 43 | 6 | 102 | 0 | 123 | 126 | 154 | 107 | 10 |
| Binary | 1100 | 100011 | 110 | 1000010 | 0 | 1010011 | 1010110 | 1101100 | 1000111 | 1000 |
Color Harmonies of #0C2306
Complementary color
Monochromatic Colors of #0C2306
Black with #0C2306
Text Example
Text Example
White with #0C2306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2306; }
p { color: rgb(12,35,6); }
H1.HeaderClassName
{
color: #0C2306;
}
.AnyTagClassName
{
color: #0C2306;
}
</style>
background-color css
<style>
a { background-color: #0C2306; }
a { background-color: rgb(12,35,6); }
div.DivClassName
{
background-color: #0C2306;
}
.BgClassName
{
background-color: #0C2306;
}
</style>
border-color css
<style>
span { border-color: #0C2306; }
span { border-color: rgb(12,35,6); }
td.TdClassName
{
border-color: #0C2306;
}
.TagClassName
{
border-color: #0C2306;
}
</style>