Shades of Myrtle #123111
Tints of Myrtle #123111
RGB
CMYK
RGB Variations
Color information
#123111 (or 0x123111) is known color: Myrtle. HEX triplet: 12, 31 and 11. RGB value is (18,49,17). Sum of RGB (Red+Green+Blue) = 18+49+17=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #123111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123111 is #EDCEEE. Grayscale: #242424. Windows color (decimal): -15585007 or 1126674. OLE color: 1126674.
HSL color Cylindrical-coordinate representation of color #123111: hue angle of 118.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123111 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 17 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.81 |
| HSL | 118.13º | 0.48% | 0.13% | - |
| HSV(B) | 118.13º | 0.65% | 0.19% | - |
| XYZ | 1.45 | 2.37 | 0.91 | - |
| YUV | 36.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 17 | 0.63 | 0 | 0.65 | 0.81 | 118.13 | 0.48 | 0.13 |
| Hex | 12 | 31 | 11 | 3F | 0 | 41 | 51 | 76 | 30 | D |
| Octal | 22 | 61 | 21 | 77 | 0 | 101 | 121 | 166 | 60 | 15 |
| Binary | 10010 | 110001 | 10001 | 111111 | 0 | 1000001 | 1010001 | 1110110 | 110000 | 1101 |
Color Harmonies of #123111
Complementary color
Monochromatic Colors of #123111
Black with #123111
Text Example
Text Example
White with #123111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123111; }
p { color: rgb(18,49,17); }
H1.HeaderClassName
{
color: #123111;
}
.AnyTagClassName
{
color: #123111;
}
</style>
background-color css
<style>
a { background-color: #123111; }
a { background-color: rgb(18,49,17); }
div.DivClassName
{
background-color: #123111;
}
.BgClassName
{
background-color: #123111;
}
</style>
border-color css
<style>
span { border-color: #123111; }
span { border-color: rgb(18,49,17); }
td.TdClassName
{
border-color: #123111;
}
.TagClassName
{
border-color: #123111;
}
</style>