#167A47

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

Shades of Salem #167A47

Tints of Salem #167A47

Color information

#167A47 (or 0x167A47) is unknown color: approx Salem. HEX triplet: 16, 7A and 47. RGB value is (22,122,71). Sum of RGB (Red+Green+Blue) = 22+122+71=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #167A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167A47 is #E985B8. Grayscale: #565656. Windows color (decimal): -15304121 or 4684310. OLE color: 4684310.

HSL color Cylindrical-coordinate representation of color #167A47: hue angle of 149.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167A47 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB2212271-
CMYK0.8200.420.52
HSL149.4º69.44%28.24%-
HSV(B)149.4º81.97%47.84%-
XYZ8.4314.548.32-
YUV86.29119.3782.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=10.23%
G=56.74%
B=33.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22122710.8200.420.52149.469.4428.24
Hex167A475202A3495451c
Octal261721071220526422510534
Binary10110111101010001111010010010101011010010010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,122,71); }

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

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

 a { background-color: rgb(22,122,71); }

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

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

 span { border-color: rgb(22,122,71); }

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