Shades of Myrtle #0C3406
Tints of Myrtle #0C3406
RGB
CMYK
RGB Variations
Color information
#0C3406 (or 0x0C3406) is known color: Myrtle. HEX triplet: 0C, 34 and 06. RGB value is (12,52,6). Sum of RGB (Red+Green+Blue) = 12+52+6=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3406 is #F3CBF9. Grayscale: #222222. Windows color (decimal): -15977466 or 406540. OLE color: 406540.
HSL color Cylindrical-coordinate representation of color #0C3406: hue angle of 112.17º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3406 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 6 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.80 |
| HSL | 112.17º | 0.79% | 0.11% | - |
| HSV(B) | 112.17º | 0.88% | 0.2% | - |
| XYZ | 1.41 | 2.55 | 0.59 | - |
| YUV | 34.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 6 | 0.77 | 0 | 0.88 | 0.80 | 112.17 | 0.79 | 0.11 |
| Hex | C | 34 | 6 | 4D | 0 | 58 | 50 | 70 | 4F | B |
| Octal | 14 | 64 | 6 | 115 | 0 | 130 | 120 | 160 | 117 | 13 |
| Binary | 1100 | 110100 | 110 | 1001101 | 0 | 1011000 | 1010000 | 1110000 | 1001111 | 1011 |
Color Harmonies of #0C3406
Complementary color
Monochromatic Colors of #0C3406
Black with #0C3406
Text Example
Text Example
White with #0C3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3406; }
p { color: rgb(12,52,6); }
H1.HeaderClassName
{
color: #0C3406;
}
.AnyTagClassName
{
color: #0C3406;
}
</style>
background-color css
<style>
a { background-color: #0C3406; }
a { background-color: rgb(12,52,6); }
div.DivClassName
{
background-color: #0C3406;
}
.BgClassName
{
background-color: #0C3406;
}
</style>
border-color css
<style>
span { border-color: #0C3406; }
span { border-color: rgb(12,52,6); }
td.TdClassName
{
border-color: #0C3406;
}
.TagClassName
{
border-color: #0C3406;
}
</style>