Shades of Myrtle #0C4109
Tints of Myrtle #0C4109
RGB
CMYK
RGB Variations
Color information
#0C4109 (or 0x0C4109) is known color: Myrtle. HEX triplet: 0C, 41 and 09. RGB value is (12,65,9). Sum of RGB (Red+Green+Blue) = 12+65+9=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4109 is #F3BEF6. Grayscale: #2A2A2A. Windows color (decimal): -15974135 or 606476. OLE color: 606476.
HSL color Cylindrical-coordinate representation of color #0C4109: hue angle of 116.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4109 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 9 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.75 |
| HSL | 116.79º | 0.76% | 0.15% | - |
| HSV(B) | 116.79º | 0.86% | 0.25% | - |
| XYZ | 2.09 | 3.88 | 0.9 | - |
| YUV | 42.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 9 | 0.82 | 0 | 0.86 | 0.75 | 116.79 | 0.76 | 0.15 |
| Hex | C | 41 | 9 | 52 | 0 | 56 | 4B | 75 | 4C | F |
| Octal | 14 | 101 | 11 | 122 | 0 | 126 | 113 | 165 | 114 | 17 |
| Binary | 1100 | 1000001 | 1001 | 1010010 | 0 | 1010110 | 1001011 | 1110101 | 1001100 | 1111 |
Color Harmonies of #0C4109
Complementary color
Monochromatic Colors of #0C4109
Black with #0C4109
Text Example
Text Example
White with #0C4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4109; }
p { color: rgb(12,65,9); }
H1.HeaderClassName
{
color: #0C4109;
}
.AnyTagClassName
{
color: #0C4109;
}
</style>
background-color css
<style>
a { background-color: #0C4109; }
a { background-color: rgb(12,65,9); }
div.DivClassName
{
background-color: #0C4109;
}
.BgClassName
{
background-color: #0C4109;
}
</style>
border-color css
<style>
span { border-color: #0C4109; }
span { border-color: rgb(12,65,9); }
td.TdClassName
{
border-color: #0C4109;
}
.TagClassName
{
border-color: #0C4109;
}
</style>