Shades of Myrtle #0C2209
Tints of Myrtle #0C2209
RGB
CMYK
RGB Variations
Color information
#0C2209 (or 0x0C2209) is known color: Myrtle. HEX triplet: 0C, 22 and 09. RGB value is (12,34,9). Sum of RGB (Red+Green+Blue) = 12+34+9=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #0C2209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2209 is #F3DDF6. Grayscale: #181818. Windows color (decimal): -15982071 or 598540. OLE color: 598540.
HSL color Cylindrical-coordinate representation of color #0C2209: hue angle of 112.8º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2209 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 34 | 9 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.87 |
| HSL | 112.8º | 0.58% | 0.08% | - |
| HSV(B) | 112.8º | 0.74% | 0.13% | - |
| XYZ | 0.77 | 1.24 | 0.46 | - |
| YUV | 24.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 9 | 0.65 | 0 | 0.74 | 0.87 | 112.8 | 0.58 | 0.08 |
| Hex | C | 22 | 9 | 41 | 0 | 4A | 57 | 71 | 3A | 8 |
| Octal | 14 | 42 | 11 | 101 | 0 | 112 | 127 | 161 | 72 | 10 |
| Binary | 1100 | 100010 | 1001 | 1000001 | 0 | 1001010 | 1010111 | 1110001 | 111010 | 1000 |
Color Harmonies of #0C2209
Complementary color
Monochromatic Colors of #0C2209
Black with #0C2209
Text Example
Text Example
White with #0C2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2209; }
p { color: rgb(12,34,9); }
H1.HeaderClassName
{
color: #0C2209;
}
.AnyTagClassName
{
color: #0C2209;
}
</style>
background-color css
<style>
a { background-color: #0C2209; }
a { background-color: rgb(12,34,9); }
div.DivClassName
{
background-color: #0C2209;
}
.BgClassName
{
background-color: #0C2209;
}
</style>
border-color css
<style>
span { border-color: #0C2209; }
span { border-color: rgb(12,34,9); }
td.TdClassName
{
border-color: #0C2209;
}
.TagClassName
{
border-color: #0C2209;
}
</style>