#168952

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

Shades of Salem #168952

Tints of Salem #168952

Color information

#168952 (or 0x168952) is unknown color: approx Salem. HEX triplet: 16, 89 and 52. RGB value is (22,137,82). Sum of RGB (Red+Green+Blue) = 22+137+82=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #168952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168952 is #E976AD. Grayscale: #606060. Windows color (decimal): -15300270 or 5409046. OLE color: 5409046.

HSL color Cylindrical-coordinate representation of color #168952: hue angle of 151.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168952 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB2213782-
CMYK0.8400.400.46
HSL151.3º72.33%31.18%-
HSV(B)151.3º83.94%53.73%-
XYZ10.818.6711.02-
YUV96.34119.974.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 137 (53.91% from 255) = 56.85%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=9.13%
G=56.85%
B=34.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22137820.8400.400.46151.372.3331.18
Hex168952540282E97481f
Octal262111221240505622711037
Binary101101000100110100101010100010100010111010010111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168952; }

 p { color: rgb(22,137,82); }

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

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

 a { background-color: rgb(22,137,82); }

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

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

 span { border-color: rgb(22,137,82); }

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