Shades of Jewel #166547
Tints of Jewel #166547
RGB
CMYK
RGB Variations
Color information
#166547 (or 0x166547) is known color: Jewel. HEX triplet: 16, 65 and 47. RGB value is (22,101,71). Sum of RGB (Red+Green+Blue) = 22+101+71=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #166547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166547 is #E99AB8. Grayscale: #4A4A4A. Windows color (decimal): -15309497 or 4678934. OLE color: 4678934.
HSL color Cylindrical-coordinate representation of color #166547: hue angle of 157.22º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166547 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 71 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.60 |
| HSL | 157.22º | 0.64% | 0.24% | - |
| HSV(B) | 157.22º | 0.78% | 0.4% | - |
| XYZ | 6.12 | 9.93 | 7.56 | - |
| YUV | 73.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 71 | 0.78 | 0 | 0.30 | 0.60 | 157.22 | 0.64 | 0.24 |
| Hex | 16 | 65 | 47 | 4E | 0 | 1E | 3C | 9D | 40 | 18 |
| Octal | 26 | 145 | 107 | 116 | 0 | 36 | 74 | 235 | 100 | 30 |
| Binary | 10110 | 1100101 | 1000111 | 1001110 | 0 | 11110 | 111100 | 10011101 | 1000000 | 11000 |
Color Harmonies of #166547
Complementary color
Monochromatic Colors of #166547
Black with #166547
Text Example
Text Example
White with #166547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166547; }
p { color: rgb(22,101,71); }
H1.HeaderClassName
{
color: #166547;
}
.AnyTagClassName
{
color: #166547;
}
</style>
background-color css
<style>
a { background-color: #166547; }
a { background-color: rgb(22,101,71); }
div.DivClassName
{
background-color: #166547;
}
.BgClassName
{
background-color: #166547;
}
</style>
border-color css
<style>
span { border-color: #166547; }
span { border-color: rgb(22,101,71); }
td.TdClassName
{
border-color: #166547;
}
.TagClassName
{
border-color: #166547;
}
</style>