Shades of Myrtle #0C3B12
Tints of Myrtle #0C3B12
RGB
CMYK
RGB Variations
Color information
#0C3B12 (or 0x0C3B12) is known color: Myrtle. HEX triplet: 0C, 3B and 12. RGB value is (12,59,18). Sum of RGB (Red+Green+Blue) = 12+59+18=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B12 is #F3C4ED. Grayscale: #282828. Windows color (decimal): -15975662 or 1194764. OLE color: 1194764.
HSL color Cylindrical-coordinate representation of color #0C3B12: hue angle of 127.66º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B12 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 18 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.77 |
| HSL | 127.66º | 0.66% | 0.14% | - |
| HSV(B) | 127.66º | 0.8% | 0.23% | - |
| XYZ | 1.82 | 3.25 | 1.1 | - |
| YUV | 40.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 18 | 0.80 | 0 | 0.69 | 0.77 | 127.66 | 0.66 | 0.14 |
| Hex | C | 3B | 12 | 50 | 0 | 45 | 4D | 80 | 42 | E |
| Octal | 14 | 73 | 22 | 120 | 0 | 105 | 115 | 200 | 102 | 16 |
| Binary | 1100 | 111011 | 10010 | 1010000 | 0 | 1000101 | 1001101 | 10000000 | 1000010 | 1110 |
Color Harmonies of #0C3B12
Complementary color
Monochromatic Colors of #0C3B12
Black with #0C3B12
Text Example
Text Example
White with #0C3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B12; }
p { color: rgb(12,59,18); }
H1.HeaderClassName
{
color: #0C3B12;
}
.AnyTagClassName
{
color: #0C3B12;
}
</style>
background-color css
<style>
a { background-color: #0C3B12; }
a { background-color: rgb(12,59,18); }
div.DivClassName
{
background-color: #0C3B12;
}
.BgClassName
{
background-color: #0C3B12;
}
</style>
border-color css
<style>
span { border-color: #0C3B12; }
span { border-color: rgb(12,59,18); }
td.TdClassName
{
border-color: #0C3B12;
}
.TagClassName
{
border-color: #0C3B12;
}
</style>