#166849

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

Shades of Jewel #166849

Tints of Jewel #166849

Color information

#166849 (or 0x166849) is unknown color: approx Jewel. HEX triplet: 16, 68 and 49. RGB value is (22,104,73). Sum of RGB (Red+Green+Blue) = 22+104+73=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #166849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166849 is #E997B6. Grayscale: #4B4B4B. Windows color (decimal): -15308727 or 4810774. OLE color: 4810774.

HSL color Cylindrical-coordinate representation of color #166849: hue angle of 157.32º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166849 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB2210473-
CMYK0.7900.300.59
HSL157.32º65.08%24.71%-
HSV(B)157.32º78.85%40.78%-
XYZ6.4810.558-
YUV75.95126.3389.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=11.06%
G=52.26%
B=36.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104730.7900.300.59157.3265.0824.71
Hex1668494F01E3B9d4119
Octal261501111170367323510131
Binary1011011010001001001100111101111011101110011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166849; }

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

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

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

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

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

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

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

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