Shades of Myrtle #0C330C
Tints of Myrtle #0C330C
RGB
CMYK
RGB Variations
Color information
#0C330C (or 0x0C330C) is known color: Myrtle. HEX triplet: 0C, 33 and 0C. RGB value is (12,51,12). Sum of RGB (Red+Green+Blue) = 12+51+12=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330C is #F3CCF3. Grayscale: #232323. Windows color (decimal): -15977716 or 799500. OLE color: 799500.
HSL color Cylindrical-coordinate representation of color #0C330C: hue angle of 120º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C330C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 12 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.8 |
| HSL | 120º | 0.62% | 0.12% | - |
| HSV(B) | 120º | 0.76% | 0.2% | - |
| XYZ | 1.4 | 2.47 | 0.75 | - |
| YUV | 34.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 12 | 0.76 | 0 | 0.76 | 0.8 | 120 | 0.62 | 0.12 |
| Hex | C | 33 | C | 4C | 0 | 4C | 50 | 78 | 3E | C |
| Octal | 14 | 63 | 14 | 114 | 0 | 114 | 120 | 170 | 76 | 14 |
| Binary | 1100 | 110011 | 1100 | 1001100 | 0 | 1001100 | 1010000 | 1111000 | 111110 | 1100 |
Color Harmonies of #0C330C
Complementary color
Monochromatic Colors of #0C330C
Black with #0C330C
Text Example
Text Example
White with #0C330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C330C; }
p { color: rgb(12,51,12); }
H1.HeaderClassName
{
color: #0C330C;
}
.AnyTagClassName
{
color: #0C330C;
}
</style>
background-color css
<style>
a { background-color: #0C330C; }
a { background-color: rgb(12,51,12); }
div.DivClassName
{
background-color: #0C330C;
}
.BgClassName
{
background-color: #0C330C;
}
</style>
border-color css
<style>
span { border-color: #0C330C; }
span { border-color: rgb(12,51,12); }
td.TdClassName
{
border-color: #0C330C;
}
.TagClassName
{
border-color: #0C330C;
}
</style>