Shades of Myrtle #0C4101
Tints of Myrtle #0C4101
RGB
CMYK
RGB Variations
Color information
#0C4101 (or 0x0C4101) is known color: Myrtle. HEX triplet: 0C, 41 and 01. RGB value is (12,65,1). Sum of RGB (Red+Green+Blue) = 12+65+1=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4101 is #F3BEFE. Grayscale: #2A2A2A. Windows color (decimal): -15974143 or 82188. OLE color: 82188.
HSL color Cylindrical-coordinate representation of color #0C4101: hue angle of 109.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C4101 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 1 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.75 |
| HSL | 109.69º | 0.97% | 0.13% | - |
| HSV(B) | 109.69º | 0.98% | 0.25% | - |
| XYZ | 2.05 | 3.86 | 0.67 | - |
| YUV | 41.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 1 | 0.82 | 0 | 0.98 | 0.75 | 109.69 | 0.97 | 0.13 |
| Hex | C | 41 | 1 | 52 | 0 | 62 | 4B | 6E | 61 | D |
| Octal | 14 | 101 | 1 | 122 | 0 | 142 | 113 | 156 | 141 | 15 |
| Binary | 1100 | 1000001 | 1 | 1010010 | 0 | 1100010 | 1001011 | 1101110 | 1100001 | 1101 |
Color Harmonies of #0C4101
Complementary color
Monochromatic Colors of #0C4101
Black with #0C4101
Text Example
Text Example
White with #0C4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4101; }
p { color: rgb(12,65,1); }
H1.HeaderClassName
{
color: #0C4101;
}
.AnyTagClassName
{
color: #0C4101;
}
</style>
background-color css
<style>
a { background-color: #0C4101; }
a { background-color: rgb(12,65,1); }
div.DivClassName
{
background-color: #0C4101;
}
.BgClassName
{
background-color: #0C4101;
}
</style>
border-color css
<style>
span { border-color: #0C4101; }
span { border-color: rgb(12,65,1); }
td.TdClassName
{
border-color: #0C4101;
}
.TagClassName
{
border-color: #0C4101;
}
</style>