Shades of Myrtle #0C2604
Tints of Myrtle #0C2604
RGB
CMYK
RGB Variations
Color information
#0C2604 (or 0x0C2604) is known color: Myrtle. HEX triplet: 0C, 26 and 04. RGB value is (12,38,4). Sum of RGB (Red+Green+Blue) = 12+38+4=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #0C2604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2604 is #F3D9FB. Grayscale: #1A1A1A. Windows color (decimal): -15981052 or 271884. OLE color: 271884.
HSL color Cylindrical-coordinate representation of color #0C2604: hue angle of 105.88º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2604 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 4 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.85 |
| HSL | 105.88º | 0.81% | 0.08% | - |
| HSV(B) | 105.88º | 0.89% | 0.15% | - |
| XYZ | 0.87 | 1.47 | 0.35 | - |
| YUV | 26.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 4 | 0.68 | 0 | 0.89 | 0.85 | 105.88 | 0.81 | 0.08 |
| Hex | C | 26 | 4 | 44 | 0 | 59 | 55 | 6A | 51 | 8 |
| Octal | 14 | 46 | 4 | 104 | 0 | 131 | 125 | 152 | 121 | 10 |
| Binary | 1100 | 100110 | 100 | 1000100 | 0 | 1011001 | 1010101 | 1101010 | 1010001 | 1000 |
Color Harmonies of #0C2604
Complementary color
Monochromatic Colors of #0C2604
Black with #0C2604
Text Example
Text Example
White with #0C2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2604; }
p { color: rgb(12,38,4); }
H1.HeaderClassName
{
color: #0C2604;
}
.AnyTagClassName
{
color: #0C2604;
}
</style>
background-color css
<style>
a { background-color: #0C2604; }
a { background-color: rgb(12,38,4); }
div.DivClassName
{
background-color: #0C2604;
}
.BgClassName
{
background-color: #0C2604;
}
</style>
border-color css
<style>
span { border-color: #0C2604; }
span { border-color: rgb(12,38,4); }
td.TdClassName
{
border-color: #0C2604;
}
.TagClassName
{
border-color: #0C2604;
}
</style>