#167A49

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

Shades of Salem #167A49

Tints of Salem #167A49

Color information

#167A49 (or 0x167A49) is unknown color: approx Salem. HEX triplet: 16, 7A and 49. RGB value is (22,122,73). Sum of RGB (Red+Green+Blue) = 22+122+73=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #167A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167A49 is #E985B6. Grayscale: #565656. Windows color (decimal): -15304119 or 4815382. OLE color: 4815382.

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

Color convert

RGB2212273-
CMYK0.8200.400.52
HSL150.6º69.44%28.24%-
HSV(B)150.6º81.97%47.84%-
XYZ8.4914.578.67-
YUV86.51120.3781.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 122 (48.05% from 255) = 56.22%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=10.14%
G=56.22%
B=33.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22122730.8200.400.52150.669.4428.24
Hex167A49520283497451c
Octal261721111220506422710534
Binary10110111101010010011010010010100011010010010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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