#167655

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

Shades of Salem #167655

Tints of Salem #167655

Color information

#167655 (or 0x167655) is unknown color: approx Salem. HEX triplet: 16, 76 and 55. RGB value is (22,118,85). Sum of RGB (Red+Green+Blue) = 22+118+85=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #167655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167655 is #E989AA. Grayscale: #555555. Windows color (decimal): -15305131 or 5600790. OLE color: 5600790.

HSL color Cylindrical-coordinate representation of color #167655: hue angle of 159.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167655 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB2211885-
CMYK0.8100.280.54
HSL159.38º68.57%27.45%-
HSV(B)159.38º81.36%46.27%-
XYZ8.4513.7810.81-
YUV85.53127.782.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=9.78%
G=52.44%
B=37.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118850.8100.280.54159.3868.5727.45
Hex1676555101C369f451b
Octal261661251210346623710533
Binary1011011101101010101101000101110011011010011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167655; }

 p { color: rgb(22,118,85); }

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

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

 a { background-color: rgb(22,118,85); }

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

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

 span { border-color: rgb(22,118,85); }

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