Shades of Myrtle #0C3B09
Tints of Myrtle #0C3B09
RGB
CMYK
RGB Variations
Color information
#0C3B09 (or 0x0C3B09) is known color: Myrtle. HEX triplet: 0C, 3B and 09. RGB value is (12,59,9). Sum of RGB (Red+Green+Blue) = 12+59+9=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B09 is #F3C4F6. Grayscale: #272727. Windows color (decimal): -15975671 or 604940. OLE color: 604940.
HSL color Cylindrical-coordinate representation of color #0C3B09: hue angle of 116.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3B09 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 9 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.77 |
| HSL | 116.4º | 0.74% | 0.13% | - |
| HSV(B) | 116.4º | 0.85% | 0.23% | - |
| XYZ | 1.76 | 3.23 | 0.79 | - |
| YUV | 39.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 9 | 0.80 | 0 | 0.85 | 0.77 | 116.4 | 0.74 | 0.13 |
| Hex | C | 3B | 9 | 50 | 0 | 55 | 4D | 74 | 4A | D |
| Octal | 14 | 73 | 11 | 120 | 0 | 125 | 115 | 164 | 112 | 15 |
| Binary | 1100 | 111011 | 1001 | 1010000 | 0 | 1010101 | 1001101 | 1110100 | 1001010 | 1101 |
Color Harmonies of #0C3B09
Complementary color
Monochromatic Colors of #0C3B09
Black with #0C3B09
Text Example
Text Example
White with #0C3B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B09; }
p { color: rgb(12,59,9); }
H1.HeaderClassName
{
color: #0C3B09;
}
.AnyTagClassName
{
color: #0C3B09;
}
</style>
background-color css
<style>
a { background-color: #0C3B09; }
a { background-color: rgb(12,59,9); }
div.DivClassName
{
background-color: #0C3B09;
}
.BgClassName
{
background-color: #0C3B09;
}
</style>
border-color css
<style>
span { border-color: #0C3B09; }
span { border-color: rgb(12,59,9); }
td.TdClassName
{
border-color: #0C3B09;
}
.TagClassName
{
border-color: #0C3B09;
}
</style>