Shades of Jewel #166949
Tints of Jewel #166949
RGB
CMYK
RGB Variations
Color information
#166949 (or 0x166949) is known color: Jewel. HEX triplet: 16, 69 and 49. RGB value is (22,105,73). Sum of RGB (Red+Green+Blue) = 22+105+73=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #166949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166949 is #E996B6. Grayscale: #4C4C4C. Windows color (decimal): -15308471 or 4811030. OLE color: 4811030.
HSL color Cylindrical-coordinate representation of color #166949: hue angle of 156.87º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166949 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 73 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.59 |
| HSL | 156.87º | 0.65% | 0.25% | - |
| HSV(B) | 156.87º | 0.79% | 0.41% | - |
| XYZ | 6.59 | 10.75 | 8.03 | - |
| YUV | 76.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 73 | 0.79 | 0 | 0.30 | 0.59 | 156.87 | 0.65 | 0.25 |
| Hex | 16 | 69 | 49 | 4F | 0 | 1E | 3B | 9D | 41 | 19 |
| Octal | 26 | 151 | 111 | 117 | 0 | 36 | 73 | 235 | 101 | 31 |
| Binary | 10110 | 1101001 | 1001001 | 1001111 | 0 | 11110 | 111011 | 10011101 | 1000001 | 11001 |
Color Harmonies of #166949
Complementary color
Monochromatic Colors of #166949
Black with #166949
Text Example
Text Example
White with #166949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166949; }
p { color: rgb(22,105,73); }
H1.HeaderClassName
{
color: #166949;
}
.AnyTagClassName
{
color: #166949;
}
</style>
background-color css
<style>
a { background-color: #166949; }
a { background-color: rgb(22,105,73); }
div.DivClassName
{
background-color: #166949;
}
.BgClassName
{
background-color: #166949;
}
</style>
border-color css
<style>
span { border-color: #166949; }
span { border-color: rgb(22,105,73); }
td.TdClassName
{
border-color: #166949;
}
.TagClassName
{
border-color: #166949;
}
</style>