Shades of Myrtle #0C4402
Tints of Myrtle #0C4402
RGB
CMYK
RGB Variations
Color information
#0C4402 (or 0x0C4402) is known color: Myrtle. HEX triplet: 0C, 44 and 02. RGB value is (12,68,2). Sum of RGB (Red+Green+Blue) = 12+68+2=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4402 is #F3BBFD. Grayscale: #2B2B2B. Windows color (decimal): -15973374 or 148492. OLE color: 148492.
HSL color Cylindrical-coordinate representation of color #0C4402: hue angle of 110.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C4402 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 2 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.73 |
| HSL | 110.91º | 0.94% | 0.14% | - |
| HSV(B) | 110.91º | 0.97% | 0.27% | - |
| XYZ | 2.23 | 4.22 | 0.75 | - |
| YUV | 43.73 | 104.45 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 2 | 0.82 | 0 | 0.97 | 0.73 | 110.91 | 0.94 | 0.14 |
| Hex | C | 44 | 2 | 52 | 0 | 61 | 49 | 6F | 5E | E |
| Octal | 14 | 104 | 2 | 122 | 0 | 141 | 111 | 157 | 136 | 16 |
| Binary | 1100 | 1000100 | 10 | 1010010 | 0 | 1100001 | 1001001 | 1101111 | 1011110 | 1110 |
Color Harmonies of #0C4402
Complementary color
Monochromatic Colors of #0C4402
Black with #0C4402
Text Example
Text Example
White with #0C4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4402; }
p { color: rgb(12,68,2); }
H1.HeaderClassName
{
color: #0C4402;
}
.AnyTagClassName
{
color: #0C4402;
}
</style>
background-color css
<style>
a { background-color: #0C4402; }
a { background-color: rgb(12,68,2); }
div.DivClassName
{
background-color: #0C4402;
}
.BgClassName
{
background-color: #0C4402;
}
</style>
border-color css
<style>
span { border-color: #0C4402; }
span { border-color: rgb(12,68,2); }
td.TdClassName
{
border-color: #0C4402;
}
.TagClassName
{
border-color: #0C4402;
}
</style>