Shades of Myrtle #0C330F
Tints of Myrtle #0C330F
RGB
CMYK
RGB Variations
Color information
#0C330F (or 0x0C330F) is known color: Myrtle. HEX triplet: 0C, 33 and 0F. RGB value is (12,51,15). Sum of RGB (Red+Green+Blue) = 12+51+15=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330F is #F3CCF0. Grayscale: #232323. Windows color (decimal): -15977713 or 996108. OLE color: 996108.
HSL color Cylindrical-coordinate representation of color #0C330F: hue angle of 124.62º 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 #0C330F is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 15 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.8 |
| HSL | 124.62º | 0.62% | 0.12% | - |
| HSV(B) | 124.62º | 0.76% | 0.2% | - |
| XYZ | 1.42 | 2.48 | 0.86 | - |
| YUV | 35.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 15 | 0.76 | 0 | 0.71 | 0.8 | 124.62 | 0.62 | 0.12 |
| Hex | C | 33 | F | 4C | 0 | 47 | 50 | 7D | 3E | C |
| Octal | 14 | 63 | 17 | 114 | 0 | 107 | 120 | 175 | 76 | 14 |
| Binary | 1100 | 110011 | 1111 | 1001100 | 0 | 1000111 | 1010000 | 1111101 | 111110 | 1100 |
Color Harmonies of #0C330F
Complementary color
Monochromatic Colors of #0C330F
Black with #0C330F
Text Example
Text Example
White with #0C330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C330F; }
p { color: rgb(12,51,15); }
H1.HeaderClassName
{
color: #0C330F;
}
.AnyTagClassName
{
color: #0C330F;
}
</style>
background-color css
<style>
a { background-color: #0C330F; }
a { background-color: rgb(12,51,15); }
div.DivClassName
{
background-color: #0C330F;
}
.BgClassName
{
background-color: #0C330F;
}
</style>
border-color css
<style>
span { border-color: #0C330F; }
span { border-color: rgb(12,51,15); }
td.TdClassName
{
border-color: #0C330F;
}
.TagClassName
{
border-color: #0C330F;
}
</style>