Shades of Myrtle #0C2204
Tints of Myrtle #0C2204
RGB
CMYK
RGB Variations
Color information
#0C2204 (or 0x0C2204) is known color: Myrtle. HEX triplet: 0C, 22 and 04. RGB value is (12,34,4). Sum of RGB (Red+Green+Blue) = 12+34+4=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #0C2204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2204 is #F3DDFB. Grayscale: #181818. Windows color (decimal): -15982076 or 270860. OLE color: 270860.
HSL color Cylindrical-coordinate representation of color #0C2204: hue angle of 104º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2204 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 34 | 4 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.87 |
| HSL | 104º | 0.79% | 0.07% | - |
| HSV(B) | 104º | 0.88% | 0.13% | - |
| XYZ | 0.75 | 1.23 | 0.31 | - |
| YUV | 24 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 4 | 0.65 | 0 | 0.88 | 0.87 | 104 | 0.79 | 0.07 |
| Hex | C | 22 | 4 | 41 | 0 | 58 | 57 | 68 | 4F | 7 |
| Octal | 14 | 42 | 4 | 101 | 0 | 130 | 127 | 150 | 117 | 7 |
| Binary | 1100 | 100010 | 100 | 1000001 | 0 | 1011000 | 1010111 | 1101000 | 1001111 | 111 |
Color Harmonies of #0C2204
Complementary color
Monochromatic Colors of #0C2204
Black with #0C2204
Text Example
Text Example
White with #0C2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2204; }
p { color: rgb(12,34,4); }
H1.HeaderClassName
{
color: #0C2204;
}
.AnyTagClassName
{
color: #0C2204;
}
</style>
background-color css
<style>
a { background-color: #0C2204; }
a { background-color: rgb(12,34,4); }
div.DivClassName
{
background-color: #0C2204;
}
.BgClassName
{
background-color: #0C2204;
}
</style>
border-color css
<style>
span { border-color: #0C2204; }
span { border-color: rgb(12,34,4); }
td.TdClassName
{
border-color: #0C2204;
}
.TagClassName
{
border-color: #0C2204;
}
</style>