Shades of Myrtle #0C2609
Tints of Myrtle #0C2609
RGB
CMYK
RGB Variations
Color information
#0C2609 (or 0x0C2609) is known color: Myrtle. HEX triplet: 0C, 26 and 09. RGB value is (12,38,9). Sum of RGB (Red+Green+Blue) = 12+38+9=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #0C2609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2609 is #F3D9F6. Grayscale: #1B1B1B. Windows color (decimal): -15981047 or 599564. OLE color: 599564.
HSL color Cylindrical-coordinate representation of color #0C2609: hue angle of 113.79º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C2609 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 9 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.85 |
| HSL | 113.79º | 0.62% | 0.09% | - |
| HSV(B) | 113.79º | 0.76% | 0.15% | - |
| XYZ | 0.89 | 1.48 | 0.5 | - |
| YUV | 26.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 9 | 0.68 | 0 | 0.76 | 0.85 | 113.79 | 0.62 | 0.09 |
| Hex | C | 26 | 9 | 44 | 0 | 4C | 55 | 72 | 3E | 9 |
| Octal | 14 | 46 | 11 | 104 | 0 | 114 | 125 | 162 | 76 | 11 |
| Binary | 1100 | 100110 | 1001 | 1000100 | 0 | 1001100 | 1010101 | 1110010 | 111110 | 1001 |
Color Harmonies of #0C2609
Complementary color
Monochromatic Colors of #0C2609
Black with #0C2609
Text Example
Text Example
White with #0C2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2609; }
p { color: rgb(12,38,9); }
H1.HeaderClassName
{
color: #0C2609;
}
.AnyTagClassName
{
color: #0C2609;
}
</style>
background-color css
<style>
a { background-color: #0C2609; }
a { background-color: rgb(12,38,9); }
div.DivClassName
{
background-color: #0C2609;
}
.BgClassName
{
background-color: #0C2609;
}
</style>
border-color css
<style>
span { border-color: #0C2609; }
span { border-color: rgb(12,38,9); }
td.TdClassName
{
border-color: #0C2609;
}
.TagClassName
{
border-color: #0C2609;
}
</style>