Shades of Myrtle #0C5603
Tints of Myrtle #0C5603
RGB
CMYK
RGB Variations
Color information
#0C5603 (or 0x0C5603) is known color: Myrtle. HEX triplet: 0C, 56 and 03. RGB value is (12,86,3). Sum of RGB (Red+Green+Blue) = 12+86+3=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5603 is #F3A9FC. Grayscale: #363636. Windows color (decimal): -15968765 or 218636. OLE color: 218636.
HSL color Cylindrical-coordinate representation of color #0C5603: hue angle of 113.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C5603 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 86 | 3 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.66 |
| HSL | 113.49º | 0.93% | 0.17% | - |
| HSV(B) | 113.49º | 0.97% | 0.34% | - |
| XYZ | 3.5 | 6.74 | 1.2 | - |
| YUV | 54.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 3 | 0.86 | 0 | 0.97 | 0.66 | 113.49 | 0.93 | 0.17 |
| Hex | C | 56 | 3 | 56 | 0 | 61 | 42 | 71 | 5D | 11 |
| Octal | 14 | 126 | 3 | 126 | 0 | 141 | 102 | 161 | 135 | 21 |
| Binary | 1100 | 1010110 | 11 | 1010110 | 0 | 1100001 | 1000010 | 1110001 | 1011101 | 10001 |
Color Harmonies of #0C5603
Complementary color
Monochromatic Colors of #0C5603
Black with #0C5603
Text Example
Text Example
White with #0C5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5603; }
p { color: rgb(12,86,3); }
H1.HeaderClassName
{
color: #0C5603;
}
.AnyTagClassName
{
color: #0C5603;
}
</style>
background-color css
<style>
a { background-color: #0C5603; }
a { background-color: rgb(12,86,3); }
div.DivClassName
{
background-color: #0C5603;
}
.BgClassName
{
background-color: #0C5603;
}
</style>
border-color css
<style>
span { border-color: #0C5603; }
span { border-color: rgb(12,86,3); }
td.TdClassName
{
border-color: #0C5603;
}
.TagClassName
{
border-color: #0C5603;
}
</style>