Shades of Myrtle #0C410C
Tints of Myrtle #0C410C
RGB
CMYK
RGB Variations
Color information
#0C410C (or 0x0C410C) is known color: Myrtle. HEX triplet: 0C, 41 and 0C. RGB value is (12,65,12). Sum of RGB (Red+Green+Blue) = 12+65+12=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #0C410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C410C is #F3BEF3. Grayscale: #2B2B2B. Windows color (decimal): -15974132 or 803084. OLE color: 803084.
HSL color Cylindrical-coordinate representation of color #0C410C: hue angle of 120º 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 #0C410C is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 12 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.75 |
| HSL | 120º | 0.69% | 0.15% | - |
| HSV(B) | 120º | 0.82% | 0.25% | - |
| XYZ | 2.11 | 3.89 | 0.99 | - |
| YUV | 43.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 12 | 0.82 | 0 | 0.82 | 0.75 | 120 | 0.69 | 0.15 |
| Hex | C | 41 | C | 52 | 0 | 52 | 4B | 78 | 45 | F |
| Octal | 14 | 101 | 14 | 122 | 0 | 122 | 113 | 170 | 105 | 17 |
| Binary | 1100 | 1000001 | 1100 | 1010010 | 0 | 1010010 | 1001011 | 1111000 | 1000101 | 1111 |
Color Harmonies of #0C410C
Complementary color
Monochromatic Colors of #0C410C
Black with #0C410C
Text Example
Text Example
White with #0C410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C410C; }
p { color: rgb(12,65,12); }
H1.HeaderClassName
{
color: #0C410C;
}
.AnyTagClassName
{
color: #0C410C;
}
</style>
background-color css
<style>
a { background-color: #0C410C; }
a { background-color: rgb(12,65,12); }
div.DivClassName
{
background-color: #0C410C;
}
.BgClassName
{
background-color: #0C410C;
}
</style>
border-color css
<style>
span { border-color: #0C410C; }
span { border-color: rgb(12,65,12); }
td.TdClassName
{
border-color: #0C410C;
}
.TagClassName
{
border-color: #0C410C;
}
</style>