Shades of Jewel #166C48
Tints of Jewel #166C48
RGB
CMYK
RGB Variations
Color information
#166C48 (or 0x166C48) is known color: Jewel. HEX triplet: 16, 6C and 48. RGB value is (22,108,72). Sum of RGB (Red+Green+Blue) = 22+108+72=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #166C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C48 is #E993B7. Grayscale: #4E4E4E. Windows color (decimal): -15307704 or 4746262. OLE color: 4746262.
HSL color Cylindrical-coordinate representation of color #166C48: hue angle of 154.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C48 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 72 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.58 |
| HSL | 154.88º | 0.66% | 0.25% | - |
| HSV(B) | 154.88º | 0.8% | 0.42% | - |
| XYZ | 6.86 | 11.36 | 7.96 | - |
| YUV | 78.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 72 | 0.80 | 0 | 0.33 | 0.58 | 154.88 | 0.66 | 0.25 |
| Hex | 16 | 6C | 48 | 50 | 0 | 21 | 3A | 9B | 42 | 19 |
| Octal | 26 | 154 | 110 | 120 | 0 | 41 | 72 | 233 | 102 | 31 |
| Binary | 10110 | 1101100 | 1001000 | 1010000 | 0 | 100001 | 111010 | 10011011 | 1000010 | 11001 |
Color Harmonies of #166C48
Complementary color
Monochromatic Colors of #166C48
Black with #166C48
Text Example
Text Example
White with #166C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C48; }
p { color: rgb(22,108,72); }
H1.HeaderClassName
{
color: #166C48;
}
.AnyTagClassName
{
color: #166C48;
}
</style>
background-color css
<style>
a { background-color: #166C48; }
a { background-color: rgb(22,108,72); }
div.DivClassName
{
background-color: #166C48;
}
.BgClassName
{
background-color: #166C48;
}
</style>
border-color css
<style>
span { border-color: #166C48; }
span { border-color: rgb(22,108,72); }
td.TdClassName
{
border-color: #166C48;
}
.TagClassName
{
border-color: #166C48;
}
</style>