Shades of Myrtle #0C4901
Tints of Myrtle #0C4901
RGB
CMYK
RGB Variations
Color information
#0C4901 (or 0x0C4901) is known color: Myrtle. HEX triplet: 0C, 49 and 01. RGB value is (12,73,1). Sum of RGB (Red+Green+Blue) = 12+73+1=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 73 (28.91% from 255 or 84.88% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4901 is #F3B6FE. Grayscale: #2E2E2E. Windows color (decimal): -15972095 or 84236. OLE color: 84236.
HSL color Cylindrical-coordinate representation of color #0C4901: hue angle of 110.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C4901 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.71 |
| HSL | 110.83º | 0.97% | 0.15% | - |
| HSV(B) | 110.83º | 0.99% | 0.29% | - |
| XYZ | 2.54 | 4.85 | 0.83 | - |
| YUV | 46.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 1 | 0.84 | 0 | 0.99 | 0.71 | 110.83 | 0.97 | 0.15 |
| Hex | C | 49 | 1 | 54 | 0 | 63 | 47 | 6F | 61 | F |
| Octal | 14 | 111 | 1 | 124 | 0 | 143 | 107 | 157 | 141 | 17 |
| Binary | 1100 | 1001001 | 1 | 1010100 | 0 | 1100011 | 1000111 | 1101111 | 1100001 | 1111 |
Color Harmonies of #0C4901
Complementary color
Monochromatic Colors of #0C4901
Black with #0C4901
Text Example
Text Example
White with #0C4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4901; }
p { color: rgb(12,73,1); }
H1.HeaderClassName
{
color: #0C4901;
}
.AnyTagClassName
{
color: #0C4901;
}
</style>
background-color css
<style>
a { background-color: #0C4901; }
a { background-color: rgb(12,73,1); }
div.DivClassName
{
background-color: #0C4901;
}
.BgClassName
{
background-color: #0C4901;
}
</style>
border-color css
<style>
span { border-color: #0C4901; }
span { border-color: rgb(12,73,1); }
td.TdClassName
{
border-color: #0C4901;
}
.TagClassName
{
border-color: #0C4901;
}
</style>