#166644

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

Shades of Jewel #166644

Tints of Jewel #166644

Color information

#166644 (or 0x166644) is unknown color: approx Jewel. HEX triplet: 16, 66 and 44. RGB value is (22,102,68). Sum of RGB (Red+Green+Blue) = 22+102+68=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #166644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166644 is #E999BB. Grayscale: #4A4A4A. Windows color (decimal): -15309244 or 4482582. OLE color: 4482582.

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

Color convert

RGB2210268-
CMYK0.7800.330.6
HSL154.5º64.52%24.31%-
HSV(B)154.5º78.43%40%-
XYZ6.1310.097.09-
YUV74.2124.590.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=11.46%
G=53.12%
B=35.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22102680.7800.330.6154.564.5224.31
Hex1666444E0213C9a4118
Octal261461041160417423210130
Binary10110110011010001001001110010000111110010011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166644; }

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

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

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

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

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

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

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

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