#167951

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

Shades of Salem #167951

Tints of Salem #167951

Color information

#167951 (or 0x167951) is unknown color: approx Salem. HEX triplet: 16, 79 and 51. RGB value is (22,121,81). Sum of RGB (Red+Green+Blue) = 22+121+81=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #167951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167951 is #E986AE. Grayscale: #565656. Windows color (decimal): -15304367 or 5339414. OLE color: 5339414.

HSL color Cylindrical-coordinate representation of color #167951: hue angle of 155.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167951 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB2212181-
CMYK0.8200.330.53
HSL155.76º69.23%28.04%-
HSV(B)155.76º81.82%47.45%-
XYZ8.6514.4410.12-
YUV86.84124.781.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=9.82%
G=54.02%
B=36.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22121810.8200.330.53155.7669.2328.04
Hex16795152021359c451c
Octal261711211220416523410534
Binary10110111100110100011010010010000111010110011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167951; }

 p { color: rgb(22,121,81); }

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

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

 a { background-color: rgb(22,121,81); }

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

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

 span { border-color: rgb(22,121,81); }

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