Shades of Myrtle #12310C
Tints of Myrtle #12310C
RGB
CMYK
RGB Variations
Color information
#12310C (or 0x12310C) is known color: Myrtle. HEX triplet: 12, 31 and 0C. RGB value is (18,49,12). Sum of RGB (Red+Green+Blue) = 18+49+12=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #12310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12310C is #EDCEF3. Grayscale: #232323. Windows color (decimal): -15585012 or 798994. OLE color: 798994.
HSL color Cylindrical-coordinate representation of color #12310C: hue angle of 110.27º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12310C is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 12 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.81 |
| HSL | 110.27º | 0.61% | 0.12% | - |
| HSV(B) | 110.27º | 0.76% | 0.19% | - |
| XYZ | 1.41 | 2.35 | 0.73 | - |
| YUV | 35.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 12 | 0.63 | 0 | 0.76 | 0.81 | 110.27 | 0.61 | 0.12 |
| Hex | 12 | 31 | C | 3F | 0 | 4C | 51 | 6E | 3D | C |
| Octal | 22 | 61 | 14 | 77 | 0 | 114 | 121 | 156 | 75 | 14 |
| Binary | 10010 | 110001 | 1100 | 111111 | 0 | 1001100 | 1010001 | 1101110 | 111101 | 1100 |
Color Harmonies of #12310C
Complementary color
Monochromatic Colors of #12310C
Black with #12310C
Text Example
Text Example
White with #12310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12310C; }
p { color: rgb(18,49,12); }
H1.HeaderClassName
{
color: #12310C;
}
.AnyTagClassName
{
color: #12310C;
}
</style>
background-color css
<style>
a { background-color: #12310C; }
a { background-color: rgb(18,49,12); }
div.DivClassName
{
background-color: #12310C;
}
.BgClassName
{
background-color: #12310C;
}
</style>
border-color css
<style>
span { border-color: #12310C; }
span { border-color: rgb(18,49,12); }
td.TdClassName
{
border-color: #12310C;
}
.TagClassName
{
border-color: #12310C;
}
</style>