#167D48

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

Shades of Salem #167D48

Tints of Salem #167D48

Color information

#167D48 (or 0x167D48) is unknown color: approx Salem. HEX triplet: 16, 7D and 48. RGB value is (22,125,72). Sum of RGB (Red+Green+Blue) = 22+125+72=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #167D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167D48 is #E982B7. Grayscale: #585858. Windows color (decimal): -15303352 or 4750614. OLE color: 4750614.

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

Color convert

RGB2212572-
CMYK0.8200.420.51
HSL149.13º70.07%28.82%-
HSV(B)149.13º82.4%49.02%-
XYZ8.8315.318.62-
YUV88.16118.8880.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.05%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=10.05%
G=57.08%
B=32.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22125720.8200.420.51149.1370.0728.82
Hex167D485202A3395461d
Octal261751101220526322510635
Binary10110111110110010001010010010101011001110010101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,125,72); }

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

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

 a { background-color: rgb(22,125,72); }

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

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

 span { border-color: rgb(22,125,72); }

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