Shades of Myrtle #0C4914
Tints of Myrtle #0C4914
RGB
CMYK
RGB Variations
Color information
#0C4914 (or 0x0C4914) is known color: Myrtle. HEX triplet: 0C, 49 and 14. RGB value is (12,73,20). Sum of RGB (Red+Green+Blue) = 12+73+20=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4914 is #F3B6EB. Grayscale: #303030. Windows color (decimal): -15972076 or 1329420. OLE color: 1329420.
HSL color Cylindrical-coordinate representation of color #0C4914: hue angle of 127.87º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4914 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 73 | 20 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.71 |
| HSL | 127.87º | 0.72% | 0.17% | - |
| HSV(B) | 127.87º | 0.84% | 0.29% | - |
| XYZ | 2.66 | 4.89 | 1.47 | - |
| YUV | 48.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 20 | 0.84 | 0 | 0.73 | 0.71 | 127.87 | 0.72 | 0.17 |
| Hex | C | 49 | 14 | 54 | 0 | 49 | 47 | 80 | 48 | 11 |
| Octal | 14 | 111 | 24 | 124 | 0 | 111 | 107 | 200 | 110 | 21 |
| Binary | 1100 | 1001001 | 10100 | 1010100 | 0 | 1001001 | 1000111 | 10000000 | 1001000 | 10001 |
Color Harmonies of #0C4914
Complementary color
Monochromatic Colors of #0C4914
Black with #0C4914
Text Example
Text Example
White with #0C4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4914; }
p { color: rgb(12,73,20); }
H1.HeaderClassName
{
color: #0C4914;
}
.AnyTagClassName
{
color: #0C4914;
}
</style>
background-color css
<style>
a { background-color: #0C4914; }
a { background-color: rgb(12,73,20); }
div.DivClassName
{
background-color: #0C4914;
}
.BgClassName
{
background-color: #0C4914;
}
</style>
border-color css
<style>
span { border-color: #0C4914; }
span { border-color: rgb(12,73,20); }
td.TdClassName
{
border-color: #0C4914;
}
.TagClassName
{
border-color: #0C4914;
}
</style>