Shades of Myrtle #0C410B
Tints of Myrtle #0C410B
RGB
CMYK
RGB Variations
Color information
#0C410B (or 0x0C410B) is known color: Myrtle. HEX triplet: 0C, 41 and 0B. RGB value is (12,65,11). Sum of RGB (Red+Green+Blue) = 12+65+11=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #0C410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C410B is #F3BEF4. Grayscale: #2B2B2B. Windows color (decimal): -15974133 or 737548. OLE color: 737548.
HSL color Cylindrical-coordinate representation of color #0C410B: hue angle of 118.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C410B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 11 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.75 |
| HSL | 118.89º | 0.71% | 0.15% | - |
| HSV(B) | 118.89º | 0.83% | 0.25% | - |
| XYZ | 2.1 | 3.88 | 0.96 | - |
| YUV | 43 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 11 | 0.82 | 0 | 0.83 | 0.75 | 118.89 | 0.71 | 0.15 |
| Hex | C | 41 | B | 52 | 0 | 53 | 4B | 77 | 47 | F |
| Octal | 14 | 101 | 13 | 122 | 0 | 123 | 113 | 167 | 107 | 17 |
| Binary | 1100 | 1000001 | 1011 | 1010010 | 0 | 1010011 | 1001011 | 1110111 | 1000111 | 1111 |
Color Harmonies of #0C410B
Complementary color
Monochromatic Colors of #0C410B
Black with #0C410B
Text Example
Text Example
White with #0C410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C410B; }
p { color: rgb(12,65,11); }
H1.HeaderClassName
{
color: #0C410B;
}
.AnyTagClassName
{
color: #0C410B;
}
</style>
background-color css
<style>
a { background-color: #0C410B; }
a { background-color: rgb(12,65,11); }
div.DivClassName
{
background-color: #0C410B;
}
.BgClassName
{
background-color: #0C410B;
}
</style>
border-color css
<style>
span { border-color: #0C410B; }
span { border-color: rgb(12,65,11); }
td.TdClassName
{
border-color: #0C410B;
}
.TagClassName
{
border-color: #0C410B;
}
</style>