#166C49

Color #166C49 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #166C49

Tints of Jewel #166C49

Color information

#166C49 (or 0x166C49) is unknown color: approx Jewel. HEX triplet: 16, 6C and 49. RGB value is (22,108,73). Sum of RGB (Red+Green+Blue) = 22+108+73=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #166C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C49 is #E993B6. Grayscale: #4E4E4E. Windows color (decimal): -15307703 or 4811798. OLE color: 4811798.

HSL color Cylindrical-coordinate representation of color #166C49: hue angle of 155.58º 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 #166C49 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB2210873-
CMYK0.8000.320.58
HSL155.58º66.15%25.49%-
HSV(B)155.58º79.63%42.35%-
XYZ6.911.388.14-
YUV78.3125.0187.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=10.84%
G=53.20%
B=35.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108730.8000.320.58155.5866.1525.49
Hex166C49500203A9c4219
Octal261541111200407223410231
Binary10110110110010010011010000010000011101010011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166C49; }

 p { color: rgb(22,108,73); }

 H1.HeaderClassName
 {
   color: #166C49;
 }
 .AnyTagClassName
 {
   color: #166C49;
 }
</style>
background-color css

<style>
 a { background-color: #166C49; }

 a { background-color: rgb(22,108,73); }

 div.DivClassName
 {
   background-color: #166C49;
 }
 .BgClassName
 {
   background-color: #166C49;
 }
</style>
border-color css

<style>
 span { border-color: #166C49; }

 span { border-color: rgb(22,108,73); }

 td.TdClassName
 {
   border-color: #166C49;
 }
 .TagClassName
 {
   border-color: #166C49;
 }
</style>