#167C53

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

Shades of Salem #167C53

Tints of Salem #167C53

Color information

#167C53 (or 0x167C53) is unknown color: approx Salem. HEX triplet: 16, 7C and 53. RGB value is (22,124,83). Sum of RGB (Red+Green+Blue) = 22+124+83=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #167C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C53 is #E983AC. Grayscale: #585858. Windows color (decimal): -15303597 or 5471254. OLE color: 5471254.

HSL color Cylindrical-coordinate representation of color #167C53: hue angle of 155.88º 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 #167C53 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB2212483-
CMYK0.8200.330.51
HSL155.88º69.86%28.63%-
HSV(B)155.88º82.26%48.63%-
XYZ9.115.2110.64-
YUV88.83124.7180.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 124 (48.83% from 255) = 54.15%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=9.61%
G=54.15%
B=36.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124830.8200.330.51155.8869.8628.63
Hex167C5352021339c461d
Octal261741231220416323410635
Binary10110111110010100111010010010000111001110011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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