#166649

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

Shades of Jewel #166649

Tints of Jewel #166649

Color information

#166649 (or 0x166649) is unknown color: approx Jewel. HEX triplet: 16, 66 and 49. RGB value is (22,102,73). Sum of RGB (Red+Green+Blue) = 22+102+73=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #166649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166649 is #E999B6. Grayscale: #4A4A4A. Windows color (decimal): -15309239 or 4810262. OLE color: 4810262.

HSL color Cylindrical-coordinate representation of color #166649: hue angle of 158.25º degrees, saturation: 0.65, 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 #166649 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB2210273-
CMYK0.7800.280.6
HSL158.25º64.52%24.31%-
HSV(B)158.25º78.43%40%-
XYZ6.2810.157.93-
YUV74.7712790.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=11.17%
G=51.78%
B=37.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22102730.7800.280.6158.2564.5224.31
Hex1666494E01C3C9e4118
Octal261461111160347423610130
Binary1011011001101001001100111001110011110010011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166649; }

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

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

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

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

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

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

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

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