Shades of Jewel #166D49
Tints of Jewel #166D49
RGB
CMYK
RGB Variations
Color information
#166D49 (or 0x166D49) is known color: Jewel. HEX triplet: 16, 6D and 49. RGB value is (22,109,73). Sum of RGB (Red+Green+Blue) = 22+109+73=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #166D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D49 is #E992B6. Grayscale: #4E4E4E. Windows color (decimal): -15307447 or 4812054. OLE color: 4812054.
HSL color Cylindrical-coordinate representation of color #166D49: hue angle of 155.17º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D49 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 73 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.57 |
| HSL | 155.17º | 0.66% | 0.26% | - |
| HSV(B) | 155.17º | 0.8% | 0.43% | - |
| XYZ | 7 | 11.59 | 8.17 | - |
| YUV | 78.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 73 | 0.80 | 0 | 0.33 | 0.57 | 155.17 | 0.66 | 0.26 |
| Hex | 16 | 6D | 49 | 50 | 0 | 21 | 39 | 9B | 42 | 1A |
| Octal | 26 | 155 | 111 | 120 | 0 | 41 | 71 | 233 | 102 | 32 |
| Binary | 10110 | 1101101 | 1001001 | 1010000 | 0 | 100001 | 111001 | 10011011 | 1000010 | 11010 |
Color Harmonies of #166D49
Complementary color
Monochromatic Colors of #166D49
Black with #166D49
Text Example
Text Example
White with #166D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D49; }
p { color: rgb(22,109,73); }
H1.HeaderClassName
{
color: #166D49;
}
.AnyTagClassName
{
color: #166D49;
}
</style>
background-color css
<style>
a { background-color: #166D49; }
a { background-color: rgb(22,109,73); }
div.DivClassName
{
background-color: #166D49;
}
.BgClassName
{
background-color: #166D49;
}
</style>
border-color css
<style>
span { border-color: #166D49; }
span { border-color: rgb(22,109,73); }
td.TdClassName
{
border-color: #166D49;
}
.TagClassName
{
border-color: #166D49;
}
</style>