Shades of Myrtle #0C420E
Tints of Myrtle #0C420E
RGB
CMYK
RGB Variations
Color information
#0C420E (or 0x0C420E) is known color: Myrtle. HEX triplet: 0C, 42 and 0E. RGB value is (12,66,14). Sum of RGB (Red+Green+Blue) = 12+66+14=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #0C420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C420E is #F3BDF1. Grayscale: #2C2C2C. Windows color (decimal): -15973874 or 934412. OLE color: 934412.
HSL color Cylindrical-coordinate representation of color #0C420E: hue angle of 122.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C420E is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 14 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.74 |
| HSL | 122.22º | 0.69% | 0.15% | - |
| HSV(B) | 122.22º | 0.82% | 0.26% | - |
| XYZ | 2.18 | 4.01 | 1.07 | - |
| YUV | 43.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 14 | 0.82 | 0 | 0.79 | 0.74 | 122.22 | 0.69 | 0.15 |
| Hex | C | 42 | E | 52 | 0 | 4F | 4A | 7A | 45 | F |
| Octal | 14 | 102 | 16 | 122 | 0 | 117 | 112 | 172 | 105 | 17 |
| Binary | 1100 | 1000010 | 1110 | 1010010 | 0 | 1001111 | 1001010 | 1111010 | 1000101 | 1111 |
Color Harmonies of #0C420E
Complementary color
Monochromatic Colors of #0C420E
Black with #0C420E
Text Example
Text Example
White with #0C420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C420E; }
p { color: rgb(12,66,14); }
H1.HeaderClassName
{
color: #0C420E;
}
.AnyTagClassName
{
color: #0C420E;
}
</style>
background-color css
<style>
a { background-color: #0C420E; }
a { background-color: rgb(12,66,14); }
div.DivClassName
{
background-color: #0C420E;
}
.BgClassName
{
background-color: #0C420E;
}
</style>
border-color css
<style>
span { border-color: #0C420E; }
span { border-color: rgb(12,66,14); }
td.TdClassName
{
border-color: #0C420E;
}
.TagClassName
{
border-color: #0C420E;
}
</style>