#167B47

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

Shades of Salem #167B47

Tints of Salem #167B47

Color information

#167B47 (or 0x167B47) is unknown color: approx Salem. HEX triplet: 16, 7B and 47. RGB value is (22,123,71). Sum of RGB (Red+Green+Blue) = 22+123+71=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #167B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167B47 is #E984B8. Grayscale: #565656. Windows color (decimal): -15303865 or 4684566. OLE color: 4684566.

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

Color convert

RGB2212371-
CMYK0.8200.420.52
HSL149.11º69.66%28.43%-
HSV(B)149.11º82.11%48.24%-
XYZ8.5514.798.37-
YUV86.87119.0481.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 123 (48.44% from 255) = 56.94%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=10.19%
G=56.94%
B=32.87%

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
Decimal22123710.8200.420.52149.1169.6628.43
Hex167B475202A3495461c
Octal261731071220526422510634
Binary10110111101110001111010010010101011010010010101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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