Shades of Myrtle #163811
Tints of Myrtle #163811
RGB
CMYK
RGB Variations
Color information
#163811 (or 0x163811) is known color: Myrtle. HEX triplet: 16, 38 and 11. RGB value is (22,56,17). Sum of RGB (Red+Green+Blue) = 22+56+17=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #163811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163811 is #E9C7EE. Grayscale: #292929. Windows color (decimal): -15321071 or 1128470. OLE color: 1128470.
HSL color Cylindrical-coordinate representation of color #163811: hue angle of 112.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163811 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 17 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.78 |
| HSL | 112.31º | 0.53% | 0.14% | - |
| HSV(B) | 112.31º | 0.7% | 0.22% | - |
| XYZ | 1.85 | 3.04 | 1.02 | - |
| YUV | 41.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 17 | 0.61 | 0 | 0.70 | 0.78 | 112.31 | 0.53 | 0.14 |
| Hex | 16 | 38 | 11 | 3D | 0 | 46 | 4E | 70 | 35 | E |
| Octal | 26 | 70 | 21 | 75 | 0 | 106 | 116 | 160 | 65 | 16 |
| Binary | 10110 | 111000 | 10001 | 111101 | 0 | 1000110 | 1001110 | 1110000 | 110101 | 1110 |
Color Harmonies of #163811
Complementary color
Monochromatic Colors of #163811
Black with #163811
Text Example
Text Example
White with #163811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163811; }
p { color: rgb(22,56,17); }
H1.HeaderClassName
{
color: #163811;
}
.AnyTagClassName
{
color: #163811;
}
</style>
background-color css
<style>
a { background-color: #163811; }
a { background-color: rgb(22,56,17); }
div.DivClassName
{
background-color: #163811;
}
.BgClassName
{
background-color: #163811;
}
</style>
border-color css
<style>
span { border-color: #163811; }
span { border-color: rgb(22,56,17); }
td.TdClassName
{
border-color: #163811;
}
.TagClassName
{
border-color: #163811;
}
</style>