Shades of Myrtle #0C4C01
Tints of Myrtle #0C4C01
RGB
CMYK
RGB Variations
Color information
#0C4C01 (or 0x0C4C01) is known color: Myrtle. HEX triplet: 0C, 4C and 01. RGB value is (12,76,1). Sum of RGB (Red+Green+Blue) = 12+76+1=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 76 (30.08% from 255 or 85.39% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4C01 is #F3B3FE. Grayscale: #303030. Windows color (decimal): -15971327 or 85004. OLE color: 85004.
HSL color Cylindrical-coordinate representation of color #0C4C01: hue angle of 111.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C4C01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.70 |
| HSL | 111.2º | 0.97% | 0.15% | - |
| HSV(B) | 111.2º | 0.99% | 0.3% | - |
| XYZ | 2.74 | 5.25 | 0.9 | - |
| YUV | 48.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 1 | 0.84 | 0 | 0.99 | 0.70 | 111.2 | 0.97 | 0.15 |
| Hex | C | 4C | 1 | 54 | 0 | 63 | 46 | 6F | 61 | F |
| Octal | 14 | 114 | 1 | 124 | 0 | 143 | 106 | 157 | 141 | 17 |
| Binary | 1100 | 1001100 | 1 | 1010100 | 0 | 1100011 | 1000110 | 1101111 | 1100001 | 1111 |
Color Harmonies of #0C4C01
Complementary color
Monochromatic Colors of #0C4C01
Black with #0C4C01
Text Example
Text Example
White with #0C4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C01; }
p { color: rgb(12,76,1); }
H1.HeaderClassName
{
color: #0C4C01;
}
.AnyTagClassName
{
color: #0C4C01;
}
</style>
background-color css
<style>
a { background-color: #0C4C01; }
a { background-color: rgb(12,76,1); }
div.DivClassName
{
background-color: #0C4C01;
}
.BgClassName
{
background-color: #0C4C01;
}
</style>
border-color css
<style>
span { border-color: #0C4C01; }
span { border-color: rgb(12,76,1); }
td.TdClassName
{
border-color: #0C4C01;
}
.TagClassName
{
border-color: #0C4C01;
}
</style>