#167C4F

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

Shades of Salem #167C4F

Tints of Salem #167C4F

Color information

#167C4F (or 0x167C4F) is unknown color: approx Salem. HEX triplet: 16, 7C and 4F. RGB value is (22,124,79). Sum of RGB (Red+Green+Blue) = 22+124+79=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #167C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C4F is #E983B0. Grayscale: #585858. Windows color (decimal): -15303601 or 5209110. OLE color: 5209110.

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

Color convert

RGB2212479-
CMYK0.8200.360.51
HSL153.53º69.86%28.63%-
HSV(B)153.53º82.26%48.63%-
XYZ8.9515.159.85-
YUV88.37122.7180.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=9.78%
G=55.11%
B=35.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124790.8200.360.51153.5369.8628.63
Hex167C4F52024339a461d
Octal261741171220446323210635
Binary10110111110010011111010010010010011001110011010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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