#167c4b

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

Shades of Salem #167C4B

Tints of Salem #167C4B

Color information

#167C4B (or 0x167C4B) is unknown color: approx Salem. HEX triplet: 16, 7C and 4B. RGB value is (22,124,75). Sum of RGB (Red+Green+Blue) = 22+124+75=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #167C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167C4B is #E983B4. Grayscale: #585858. Windows color (decimal): -15303605 or 4946966. OLE color: 4946966.

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

Color convert

RGB2212475-
CMYK0.8200.400.51
HSL151.18º69.86%28.63%-
HSV(B)151.18º82.26%48.63%-
XYZ8.8115.099.11-
YUV87.92120.7180.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=9.95%
G=56.11%
B=33.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22124750.8200.400.51151.1869.8628.63
Hex167C4B520283397461d
Octal261741131220506322710635
Binary10110111110010010111010010010100011001110010111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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