Shades of Myrtle #0C410F
Tints of Myrtle #0C410F
RGB
CMYK
RGB Variations
Color information
#0C410F (or 0x0C410F) is known color: Myrtle. HEX triplet: 0C, 41 and 0F. RGB value is (12,65,15). Sum of RGB (Red+Green+Blue) = 12+65+15=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #0C410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C410F is #F3BEF0. Grayscale: #2B2B2B. Windows color (decimal): -15974129 or 999692. OLE color: 999692.
HSL color Cylindrical-coordinate representation of color #0C410F: hue angle of 123.4º 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 #0C410F is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 15 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.75 |
| HSL | 123.4º | 0.69% | 0.15% | - |
| HSV(B) | 123.4º | 0.82% | 0.25% | - |
| XYZ | 2.13 | 3.89 | 1.09 | - |
| YUV | 43.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 15 | 0.82 | 0 | 0.77 | 0.75 | 123.4 | 0.69 | 0.15 |
| Hex | C | 41 | F | 52 | 0 | 4D | 4B | 7B | 45 | F |
| Octal | 14 | 101 | 17 | 122 | 0 | 115 | 113 | 173 | 105 | 17 |
| Binary | 1100 | 1000001 | 1111 | 1010010 | 0 | 1001101 | 1001011 | 1111011 | 1000101 | 1111 |
Color Harmonies of #0C410F
Complementary color
Monochromatic Colors of #0C410F
Black with #0C410F
Text Example
Text Example
White with #0C410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C410F; }
p { color: rgb(12,65,15); }
H1.HeaderClassName
{
color: #0C410F;
}
.AnyTagClassName
{
color: #0C410F;
}
</style>
background-color css
<style>
a { background-color: #0C410F; }
a { background-color: rgb(12,65,15); }
div.DivClassName
{
background-color: #0C410F;
}
.BgClassName
{
background-color: #0C410F;
}
</style>
border-color css
<style>
span { border-color: #0C410F; }
span { border-color: rgb(12,65,15); }
td.TdClassName
{
border-color: #0C410F;
}
.TagClassName
{
border-color: #0C410F;
}
</style>