Shades of Myrtle #0C4110
Tints of Myrtle #0C4110
RGB
CMYK
RGB Variations
Color information
#0C4110 (or 0x0C4110) is known color: Myrtle. HEX triplet: 0C, 41 and 10. RGB value is (12,65,16). Sum of RGB (Red+Green+Blue) = 12+65+16=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4110 is #F3BEEF. Grayscale: #2B2B2B. Windows color (decimal): -15974128 or 1065228. OLE color: 1065228.
HSL color Cylindrical-coordinate representation of color #0C4110: hue angle of 124.53º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4110 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 16 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.75 |
| HSL | 124.53º | 0.69% | 0.15% | - |
| HSV(B) | 124.53º | 0.82% | 0.25% | - |
| XYZ | 2.14 | 3.9 | 1.13 | - |
| YUV | 43.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 16 | 0.82 | 0 | 0.75 | 0.75 | 124.53 | 0.69 | 0.15 |
| Hex | C | 41 | 10 | 52 | 0 | 4B | 4B | 7D | 45 | F |
| Octal | 14 | 101 | 20 | 122 | 0 | 113 | 113 | 175 | 105 | 17 |
| Binary | 1100 | 1000001 | 10000 | 1010010 | 0 | 1001011 | 1001011 | 1111101 | 1000101 | 1111 |
Color Harmonies of #0C4110
Complementary color
Monochromatic Colors of #0C4110
Black with #0C4110
Text Example
Text Example
White with #0C4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4110; }
p { color: rgb(12,65,16); }
H1.HeaderClassName
{
color: #0C4110;
}
.AnyTagClassName
{
color: #0C4110;
}
</style>
background-color css
<style>
a { background-color: #0C4110; }
a { background-color: rgb(12,65,16); }
div.DivClassName
{
background-color: #0C4110;
}
.BgClassName
{
background-color: #0C4110;
}
</style>
border-color css
<style>
span { border-color: #0C4110; }
span { border-color: rgb(12,65,16); }
td.TdClassName
{
border-color: #0C4110;
}
.TagClassName
{
border-color: #0C4110;
}
</style>