Shades of Myrtle #163112
Tints of Myrtle #163112
RGB
CMYK
RGB Variations
Color information
#163112 (or 0x163112) is known color: Myrtle. HEX triplet: 16, 31 and 12. RGB value is (22,49,18). Sum of RGB (Red+Green+Blue) = 22+49+18=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #163112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163112 is #E9CEED. Grayscale: #252525. Windows color (decimal): -15322862 or 1192214. OLE color: 1192214.
HSL color Cylindrical-coordinate representation of color #163112: hue angle of 112.26º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163112 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 18 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.81 |
| HSL | 112.26º | 0.46% | 0.13% | - |
| HSV(B) | 112.26º | 0.63% | 0.19% | - |
| XYZ | 1.54 | 2.41 | 0.96 | - |
| YUV | 37.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 18 | 0.55 | 0 | 0.63 | 0.81 | 112.26 | 0.46 | 0.13 |
| Hex | 16 | 31 | 12 | 37 | 0 | 3F | 51 | 70 | 2E | D |
| Octal | 26 | 61 | 22 | 67 | 0 | 77 | 121 | 160 | 56 | 15 |
| Binary | 10110 | 110001 | 10010 | 110111 | 0 | 111111 | 1010001 | 1110000 | 101110 | 1101 |
Color Harmonies of #163112
Complementary color
Monochromatic Colors of #163112
Black with #163112
Text Example
Text Example
White with #163112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163112; }
p { color: rgb(22,49,18); }
H1.HeaderClassName
{
color: #163112;
}
.AnyTagClassName
{
color: #163112;
}
</style>
background-color css
<style>
a { background-color: #163112; }
a { background-color: rgb(22,49,18); }
div.DivClassName
{
background-color: #163112;
}
.BgClassName
{
background-color: #163112;
}
</style>
border-color css
<style>
span { border-color: #163112; }
span { border-color: rgb(22,49,18); }
td.TdClassName
{
border-color: #163112;
}
.TagClassName
{
border-color: #163112;
}
</style>