#168449

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

Shades of Salem #168449

Tints of Salem #168449

Color information

#168449 (or 0x168449) is unknown color: approx Salem. HEX triplet: 16, 84 and 49. RGB value is (22,132,73). Sum of RGB (Red+Green+Blue) = 22+132+73=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #168449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168449 is #E97BB6. Grayscale: #5C5C5C. Windows color (decimal): -15301559 or 4817942. OLE color: 4817942.

HSL color Cylindrical-coordinate representation of color #168449: hue angle of 147.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168449 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB2213273-
CMYK0.8300.450.48
HSL147.82º71.43%30.2%-
HSV(B)147.82º83.33%51.76%-
XYZ9.7817.159.1-
YUV92.38117.0677.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=9.69%
G=58.15%
B=32.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22132730.8300.450.48147.8271.4330.2
Hex1684495302D3094471e
Octal262041111230556022410736
Binary101101000010010010011010011010110111000010010100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168449; }

 p { color: rgb(22,132,73); }

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

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

 a { background-color: rgb(22,132,73); }

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

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

 span { border-color: rgb(22,132,73); }

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