Shades of Myrtle #0C340E
Tints of Myrtle #0C340E
RGB
CMYK
RGB Variations
Color information
#0C340E (or 0x0C340E) is known color: Myrtle. HEX triplet: 0C, 34 and 0E. RGB value is (12,52,14). Sum of RGB (Red+Green+Blue) = 12+52+14=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #0C340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C340E is #F3CBF1. Grayscale: #232323. Windows color (decimal): -15977458 or 930828. OLE color: 930828.
HSL color Cylindrical-coordinate representation of color #0C340E: hue angle of 123º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C340E is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 14 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.80 |
| HSL | 123º | 0.63% | 0.13% | - |
| HSV(B) | 123º | 0.77% | 0.2% | - |
| XYZ | 1.46 | 2.57 | 0.83 | - |
| YUV | 35.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 14 | 0.77 | 0 | 0.73 | 0.80 | 123 | 0.63 | 0.13 |
| Hex | C | 34 | E | 4D | 0 | 49 | 50 | 7B | 3E | D |
| Octal | 14 | 64 | 16 | 115 | 0 | 111 | 120 | 173 | 76 | 15 |
| Binary | 1100 | 110100 | 1110 | 1001101 | 0 | 1001001 | 1010000 | 1111011 | 111110 | 1101 |
Color Harmonies of #0C340E
Complementary color
Monochromatic Colors of #0C340E
Black with #0C340E
Text Example
Text Example
White with #0C340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C340E; }
p { color: rgb(12,52,14); }
H1.HeaderClassName
{
color: #0C340E;
}
.AnyTagClassName
{
color: #0C340E;
}
</style>
background-color css
<style>
a { background-color: #0C340E; }
a { background-color: rgb(12,52,14); }
div.DivClassName
{
background-color: #0C340E;
}
.BgClassName
{
background-color: #0C340E;
}
</style>
border-color css
<style>
span { border-color: #0C340E; }
span { border-color: rgb(12,52,14); }
td.TdClassName
{
border-color: #0C340E;
}
.TagClassName
{
border-color: #0C340E;
}
</style>