Shades of Myrtle #0C4200
Tints of Myrtle #0C4200
RGB
CMYK
RGB Variations
Color information
#0C4200 (or 0x0C4200) is known color: Myrtle. HEX triplet: 0C, 42 and 00. RGB value is (12,66,0). Sum of RGB (Red+Green+Blue) = 12+66+0=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 66 (26.17% from 255 or 84.62% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4200 is #F3BDFF. Grayscale: #2A2A2A. Windows color (decimal): -15973888 or 16908. OLE color: 16908.
HSL color Cylindrical-coordinate representation of color #0C4200: hue angle of 109.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C4200 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.74 |
| HSL | 109.09º | 1% | 0.13% | - |
| HSV(B) | 109.09º | 1% | 0.26% | - |
| XYZ | 2.1 | 3.97 | 0.66 | - |
| YUV | 42.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 0 | 0.82 | 0 | 1 | 0.74 | 109.09 | 1 | 0.13 |
| Hex | C | 42 | 0 | 52 | 0 | 64 | 4A | 6D | 64 | D |
| Octal | 14 | 102 | 0 | 122 | 0 | 144 | 112 | 155 | 144 | 15 |
| Binary | 1100 | 1000010 | 0 | 1010010 | 0 | 1100100 | 1001010 | 1101101 | 1100100 | 1101 |
Color Harmonies of #0C4200
Complementary color
Monochromatic Colors of #0C4200
Black with #0C4200
Text Example
Text Example
White with #0C4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4200; }
p { color: rgb(12,66,0); }
H1.HeaderClassName
{
color: #0C4200;
}
.AnyTagClassName
{
color: #0C4200;
}
</style>
background-color css
<style>
a { background-color: #0C4200; }
a { background-color: rgb(12,66,0); }
div.DivClassName
{
background-color: #0C4200;
}
.BgClassName
{
background-color: #0C4200;
}
</style>
border-color css
<style>
span { border-color: #0C4200; }
span { border-color: rgb(12,66,0); }
td.TdClassName
{
border-color: #0C4200;
}
.TagClassName
{
border-color: #0C4200;
}
</style>