Shades of Myrtle #0C4C13
Tints of Myrtle #0C4C13
RGB
CMYK
RGB Variations
Color information
#0C4C13 (or 0x0C4C13) is known color: Myrtle. HEX triplet: 0C, 4C and 13. RGB value is (12,76,19). Sum of RGB (Red+Green+Blue) = 12+76+19=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4C13 is #F3B3EC. Grayscale: #323232. Windows color (decimal): -15971309 or 1264652. OLE color: 1264652.
HSL color Cylindrical-coordinate representation of color #0C4C13: hue angle of 126.56º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C13 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 19 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.70 |
| HSL | 126.56º | 0.73% | 0.17% | - |
| HSV(B) | 126.56º | 0.84% | 0.3% | - |
| XYZ | 2.85 | 5.29 | 1.49 | - |
| YUV | 50.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 19 | 0.84 | 0 | 0.75 | 0.70 | 126.56 | 0.73 | 0.17 |
| Hex | C | 4C | 13 | 54 | 0 | 4B | 46 | 7F | 49 | 11 |
| Octal | 14 | 114 | 23 | 124 | 0 | 113 | 106 | 177 | 111 | 21 |
| Binary | 1100 | 1001100 | 10011 | 1010100 | 0 | 1001011 | 1000110 | 1111111 | 1001001 | 10001 |
Color Harmonies of #0C4C13
Complementary color
Monochromatic Colors of #0C4C13
Black with #0C4C13
Text Example
Text Example
White with #0C4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C13; }
p { color: rgb(12,76,19); }
H1.HeaderClassName
{
color: #0C4C13;
}
.AnyTagClassName
{
color: #0C4C13;
}
</style>
background-color css
<style>
a { background-color: #0C4C13; }
a { background-color: rgb(12,76,19); }
div.DivClassName
{
background-color: #0C4C13;
}
.BgClassName
{
background-color: #0C4C13;
}
</style>
border-color css
<style>
span { border-color: #0C4C13; }
span { border-color: rgb(12,76,19); }
td.TdClassName
{
border-color: #0C4C13;
}
.TagClassName
{
border-color: #0C4C13;
}
</style>