Shades of Myrtle #0C4306
Tints of Myrtle #0C4306
RGB
CMYK
RGB Variations
Color information
#0C4306 (or 0x0C4306) is known color: Myrtle. HEX triplet: 0C, 43 and 06. RGB value is (12,67,6). Sum of RGB (Red+Green+Blue) = 12+67+6=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4306 is #F3BCF9. Grayscale: #2B2B2B. Windows color (decimal): -15973626 or 410380. OLE color: 410380.
HSL color Cylindrical-coordinate representation of color #0C4306: hue angle of 114.1º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4306 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 6 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.74 |
| HSL | 114.1º | 0.84% | 0.14% | - |
| HSV(B) | 114.1º | 0.91% | 0.26% | - |
| XYZ | 2.19 | 4.11 | 0.85 | - |
| YUV | 43.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 6 | 0.82 | 0 | 0.91 | 0.74 | 114.1 | 0.84 | 0.14 |
| Hex | C | 43 | 6 | 52 | 0 | 5B | 4A | 72 | 54 | E |
| Octal | 14 | 103 | 6 | 122 | 0 | 133 | 112 | 162 | 124 | 16 |
| Binary | 1100 | 1000011 | 110 | 1010010 | 0 | 1011011 | 1001010 | 1110010 | 1010100 | 1110 |
Color Harmonies of #0C4306
Complementary color
Monochromatic Colors of #0C4306
Black with #0C4306
Text Example
Text Example
White with #0C4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4306; }
p { color: rgb(12,67,6); }
H1.HeaderClassName
{
color: #0C4306;
}
.AnyTagClassName
{
color: #0C4306;
}
</style>
background-color css
<style>
a { background-color: #0C4306; }
a { background-color: rgb(12,67,6); }
div.DivClassName
{
background-color: #0C4306;
}
.BgClassName
{
background-color: #0C4306;
}
</style>
border-color css
<style>
span { border-color: #0C4306; }
span { border-color: rgb(12,67,6); }
td.TdClassName
{
border-color: #0C4306;
}
.TagClassName
{
border-color: #0C4306;
}
</style>