Shades of Myrtle #0C4011
Tints of Myrtle #0C4011
RGB
CMYK
RGB Variations
Color information
#0C4011 (or 0x0C4011) is known color: Myrtle. HEX triplet: 0C, 40 and 11. RGB value is (12,64,17). Sum of RGB (Red+Green+Blue) = 12+64+17=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4011 is #F3BFEE. Grayscale: #2B2B2B. Windows color (decimal): -15974383 or 1130508. OLE color: 1130508.
HSL color Cylindrical-coordinate representation of color #0C4011: hue angle of 125.77º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4011 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 64 | 17 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.75 |
| HSL | 125.77º | 0.68% | 0.15% | - |
| HSV(B) | 125.77º | 0.81% | 0.25% | - |
| XYZ | 2.09 | 3.79 | 1.15 | - |
| YUV | 43.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 17 | 0.81 | 0 | 0.73 | 0.75 | 125.77 | 0.68 | 0.15 |
| Hex | C | 40 | 11 | 51 | 0 | 49 | 4B | 7E | 44 | F |
| Octal | 14 | 100 | 21 | 121 | 0 | 111 | 113 | 176 | 104 | 17 |
| Binary | 1100 | 1000000 | 10001 | 1010001 | 0 | 1001001 | 1001011 | 1111110 | 1000100 | 1111 |
Color Harmonies of #0C4011
Complementary color
Monochromatic Colors of #0C4011
Black with #0C4011
Text Example
Text Example
White with #0C4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4011; }
p { color: rgb(12,64,17); }
H1.HeaderClassName
{
color: #0C4011;
}
.AnyTagClassName
{
color: #0C4011;
}
</style>
background-color css
<style>
a { background-color: #0C4011; }
a { background-color: rgb(12,64,17); }
div.DivClassName
{
background-color: #0C4011;
}
.BgClassName
{
background-color: #0C4011;
}
</style>
border-color css
<style>
span { border-color: #0C4011; }
span { border-color: rgb(12,64,17); }
td.TdClassName
{
border-color: #0C4011;
}
.TagClassName
{
border-color: #0C4011;
}
</style>