Shades of Myrtle #0C410E
Tints of Myrtle #0C410E
RGB
CMYK
RGB Variations
Color information
#0C410E (or 0x0C410E) is known color: Myrtle. HEX triplet: 0C, 41 and 0E. RGB value is (12,65,14). Sum of RGB (Red+Green+Blue) = 12+65+14=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #0C410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C410E is #F3BEF1. Grayscale: #2B2B2B. Windows color (decimal): -15974130 or 934156. OLE color: 934156.
HSL color Cylindrical-coordinate representation of color #0C410E: hue angle of 122.26º 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 #0C410E is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 14 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.75 |
| HSL | 122.26º | 0.69% | 0.15% | - |
| HSV(B) | 122.26º | 0.82% | 0.25% | - |
| XYZ | 2.12 | 3.89 | 1.05 | - |
| YUV | 43.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 14 | 0.82 | 0 | 0.78 | 0.75 | 122.26 | 0.69 | 0.15 |
| Hex | C | 41 | E | 52 | 0 | 4E | 4B | 7A | 45 | F |
| Octal | 14 | 101 | 16 | 122 | 0 | 116 | 113 | 172 | 105 | 17 |
| Binary | 1100 | 1000001 | 1110 | 1010010 | 0 | 1001110 | 1001011 | 1111010 | 1000101 | 1111 |
Color Harmonies of #0C410E
Complementary color
Monochromatic Colors of #0C410E
Black with #0C410E
Text Example
Text Example
White with #0C410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C410E; }
p { color: rgb(12,65,14); }
H1.HeaderClassName
{
color: #0C410E;
}
.AnyTagClassName
{
color: #0C410E;
}
</style>
background-color css
<style>
a { background-color: #0C410E; }
a { background-color: rgb(12,65,14); }
div.DivClassName
{
background-color: #0C410E;
}
.BgClassName
{
background-color: #0C410E;
}
</style>
border-color css
<style>
span { border-color: #0C410E; }
span { border-color: rgb(12,65,14); }
td.TdClassName
{
border-color: #0C410E;
}
.TagClassName
{
border-color: #0C410E;
}
</style>