Shades of Myrtle #0C310C
Tints of Myrtle #0C310C
RGB
CMYK
RGB Variations
Color information
#0C310C (or 0x0C310C) is known color: Myrtle. HEX triplet: 0C, 31 and 0C. RGB value is (12,49,12). Sum of RGB (Red+Green+Blue) = 12+49+12=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #0C310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C310C is #F3CEF3. Grayscale: #212121. Windows color (decimal): -15978228 or 798988. OLE color: 798988.
HSL color Cylindrical-coordinate representation of color #0C310C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C310C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 49 | 12 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.81 |
| HSL | 120º | 0.61% | 0.12% | - |
| HSV(B) | 120º | 0.76% | 0.19% | - |
| XYZ | 1.32 | 2.3 | 0.72 | - |
| YUV | 33.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 12 | 0.76 | 0 | 0.76 | 0.81 | 120 | 0.61 | 0.12 |
| Hex | C | 31 | C | 4C | 0 | 4C | 51 | 78 | 3D | C |
| Octal | 14 | 61 | 14 | 114 | 0 | 114 | 121 | 170 | 75 | 14 |
| Binary | 1100 | 110001 | 1100 | 1001100 | 0 | 1001100 | 1010001 | 1111000 | 111101 | 1100 |
Color Harmonies of #0C310C
Complementary color
Monochromatic Colors of #0C310C
Black with #0C310C
Text Example
Text Example
White with #0C310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C310C; }
p { color: rgb(12,49,12); }
H1.HeaderClassName
{
color: #0C310C;
}
.AnyTagClassName
{
color: #0C310C;
}
</style>
background-color css
<style>
a { background-color: #0C310C; }
a { background-color: rgb(12,49,12); }
div.DivClassName
{
background-color: #0C310C;
}
.BgClassName
{
background-color: #0C310C;
}
</style>
border-color css
<style>
span { border-color: #0C310C; }
span { border-color: rgb(12,49,12); }
td.TdClassName
{
border-color: #0C310C;
}
.TagClassName
{
border-color: #0C310C;
}
</style>