#166944

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

Shades of Jewel #166944

Tints of Jewel #166944

Color information

#166944 (or 0x166944) is unknown color: approx Jewel. HEX triplet: 16, 69 and 44. RGB value is (22,105,68). Sum of RGB (Red+Green+Blue) = 22+105+68=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #166944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166944 is #E996BB. Grayscale: #4C4C4C. Windows color (decimal): -15308476 or 4483350. OLE color: 4483350.

HSL color Cylindrical-coordinate representation of color #166944: hue angle of 153.25º 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 #166944 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB2210568-
CMYK0.7900.350.59
HSL153.25º65.35%24.9%-
HSV(B)153.25º79.05%41.18%-
XYZ6.4310.697.19-
YUV75.96123.589.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=11.28%
G=53.85%
B=34.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105680.7900.350.59153.2565.3524.9
Hex1669444F0233B994119
Octal261511041170437323110131
Binary10110110100110001001001111010001111101110011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166944; }

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

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

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

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

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

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

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

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