Shades of Myrtle #0C4C16
Tints of Myrtle #0C4C16
RGB
CMYK
RGB Variations
Color information
#0C4C16 (or 0x0C4C16) is known color: Myrtle. HEX triplet: 0C, 4C and 16. RGB value is (12,76,22). Sum of RGB (Red+Green+Blue) = 12+76+22=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4C16 is #F3B3E9. Grayscale: #323232. Windows color (decimal): -15971306 or 1461260. OLE color: 1461260.
HSL color Cylindrical-coordinate representation of color #0C4C16: hue angle of 129.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C16 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 22 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.70 |
| HSL | 129.38º | 0.73% | 0.17% | - |
| HSV(B) | 129.38º | 0.84% | 0.3% | - |
| XYZ | 2.88 | 5.3 | 1.63 | - |
| YUV | 50.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 22 | 0.84 | 0 | 0.71 | 0.70 | 129.38 | 0.73 | 0.17 |
| Hex | C | 4C | 16 | 54 | 0 | 47 | 46 | 81 | 49 | 11 |
| Octal | 14 | 114 | 26 | 124 | 0 | 107 | 106 | 201 | 111 | 21 |
| Binary | 1100 | 1001100 | 10110 | 1010100 | 0 | 1000111 | 1000110 | 10000001 | 1001001 | 10001 |
Color Harmonies of #0C4C16
Complementary color
Monochromatic Colors of #0C4C16
Black with #0C4C16
Text Example
Text Example
White with #0C4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C16; }
p { color: rgb(12,76,22); }
H1.HeaderClassName
{
color: #0C4C16;
}
.AnyTagClassName
{
color: #0C4C16;
}
</style>
background-color css
<style>
a { background-color: #0C4C16; }
a { background-color: rgb(12,76,22); }
div.DivClassName
{
background-color: #0C4C16;
}
.BgClassName
{
background-color: #0C4C16;
}
</style>
border-color css
<style>
span { border-color: #0C4C16; }
span { border-color: rgb(12,76,22); }
td.TdClassName
{
border-color: #0C4C16;
}
.TagClassName
{
border-color: #0C4C16;
}
</style>