#166C44

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

Shades of Jewel #166C44

Tints of Jewel #166C44

Color information

#166C44 (or 0x166C44) is unknown color: approx Jewel. HEX triplet: 16, 6C and 44. RGB value is (22,108,68). Sum of RGB (Red+Green+Blue) = 22+108+68=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #166C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C44 is #E993BB. Grayscale: #4D4D4D. Windows color (decimal): -15307708 or 4484118. OLE color: 4484118.

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

Color convert

RGB2210868-
CMYK0.8000.370.58
HSL152.09º66.15%25.49%-
HSV(B)152.09º79.63%42.35%-
XYZ6.7411.317.3-
YUV77.73122.5188.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 108 (42.58% from 255) = 54.55%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=11.11%
G=54.55%
B=34.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108680.8000.370.58152.0966.1525.49
Hex166C44500253A984219
Octal261541041200457223010231
Binary10110110110010001001010000010010111101010011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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