#166549

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

Shades of Jewel #166549

Tints of Jewel #166549

Color information

#166549 (or 0x166549) is unknown color: approx Jewel. HEX triplet: 16, 65 and 49. RGB value is (22,101,73). Sum of RGB (Red+Green+Blue) = 22+101+73=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #166549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166549 is #E99AB6. Grayscale: #4A4A4A. Windows color (decimal): -15309495 or 4810006. OLE color: 4810006.

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

Color convert

RGB2210173-
CMYK0.7800.280.60
HSL158.73º64.23%24.12%-
HSV(B)158.73º78.22%39.61%-
XYZ6.199.967.9-
YUV74.19127.3390.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=11.22%
G=51.53%
B=37.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22101730.7800.280.60158.7364.2324.12
Hex1665494E01C3C9f4018
Octal261451111160347423710030
Binary1011011001011001001100111001110011110010011111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166549; }

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

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

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

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

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

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

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

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