Shades of Myrtle #163211
Tints of Myrtle #163211
RGB
CMYK
RGB Variations
Color information
#163211 (or 0x163211) is known color: Myrtle. HEX triplet: 16, 32 and 11. RGB value is (22,50,17). Sum of RGB (Red+Green+Blue) = 22+50+17=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #163211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163211 is #E9CDEE. Grayscale: #252525. Windows color (decimal): -15322607 or 1126934. OLE color: 1126934.
HSL color Cylindrical-coordinate representation of color #163211: hue angle of 110.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163211 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 17 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.80 |
| HSL | 110.91º | 0.49% | 0.13% | - |
| HSV(B) | 110.91º | 0.66% | 0.2% | - |
| XYZ | 1.57 | 2.49 | 0.93 | - |
| YUV | 37.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 17 | 0.56 | 0 | 0.66 | 0.80 | 110.91 | 0.49 | 0.13 |
| Hex | 16 | 32 | 11 | 38 | 0 | 42 | 50 | 6F | 31 | D |
| Octal | 26 | 62 | 21 | 70 | 0 | 102 | 120 | 157 | 61 | 15 |
| Binary | 10110 | 110010 | 10001 | 111000 | 0 | 1000010 | 1010000 | 1101111 | 110001 | 1101 |
Color Harmonies of #163211
Complementary color
Monochromatic Colors of #163211
Black with #163211
Text Example
Text Example
White with #163211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163211; }
p { color: rgb(22,50,17); }
H1.HeaderClassName
{
color: #163211;
}
.AnyTagClassName
{
color: #163211;
}
</style>
background-color css
<style>
a { background-color: #163211; }
a { background-color: rgb(22,50,17); }
div.DivClassName
{
background-color: #163211;
}
.BgClassName
{
background-color: #163211;
}
</style>
border-color css
<style>
span { border-color: #163211; }
span { border-color: rgb(22,50,17); }
td.TdClassName
{
border-color: #163211;
}
.TagClassName
{
border-color: #163211;
}
</style>