#167C4E

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

Shades of Salem #167C4E

Tints of Salem #167C4E

Color information

#167C4E (or 0x167C4E) is unknown color: approx Salem. HEX triplet: 16, 7C and 4E. RGB value is (22,124,78). Sum of RGB (Red+Green+Blue) = 22+124+78=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #167C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C4E is #E983B1. Grayscale: #585858. Windows color (decimal): -15303602 or 5143574. OLE color: 5143574.

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

Color convert

RGB2212478-
CMYK0.8200.370.51
HSL152.94º69.86%28.63%-
HSV(B)152.94º82.26%48.63%-
XYZ8.9115.149.66-
YUV88.26122.2180.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=9.82%
G=55.36%
B=34.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124780.8200.370.51152.9469.8628.63
Hex167C4E520253399461d
Octal261741161220456323110635
Binary10110111110010011101010010010010111001110011001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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