#167C54

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

Shades of Salem #167C54

Tints of Salem #167C54

Color information

#167C54 (or 0x167C54) is unknown color: approx Salem. HEX triplet: 16, 7C and 54. RGB value is (22,124,84). Sum of RGB (Red+Green+Blue) = 22+124+84=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #167C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C54 is #E983AB. Grayscale: #585858. Windows color (decimal): -15303596 or 5536790. OLE color: 5536790.

HSL color Cylindrical-coordinate representation of color #167C54: hue angle of 156.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C54 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB2212484-
CMYK0.8200.320.51
HSL156.47º69.86%28.63%-
HSV(B)156.47º82.26%48.63%-
XYZ9.1415.2310.84-
YUV88.94125.2180.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 124 (48.83% from 255) = 53.91%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=9.57%
G=53.91%
B=36.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124840.8200.320.51156.4769.8628.63
Hex167C5452020339c461d
Octal261741241220406323410635
Binary10110111110010101001010010010000011001110011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167C54; }

 p { color: rgb(22,124,84); }

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

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

 a { background-color: rgb(22,124,84); }

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

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

 span { border-color: rgb(22,124,84); }

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