#159353

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

Shades of Salem #159353

Tints of Salem #159353

Color information

#159353 (or 0x159353) is unknown color: approx Salem. HEX triplet: 15, 93 and 53. RGB value is (21,147,83). Sum of RGB (Red+Green+Blue) = 21+147+83=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #159353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159353 is #EA6CAC. Grayscale: #666666. Windows color (decimal): -15363245 or 5477141. OLE color: 5477141.

HSL color Cylindrical-coordinate representation of color #159353: hue angle of 149.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159353 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB2114783-
CMYK0.8600.440.42
HSL149.52º75%32.94%-
HSV(B)149.52º85.71%57.65%-
XYZ12.321.6511.71-
YUV102.03117.2670.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=8.37%
G=58.57%
B=33.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21147830.8600.440.42149.527532.94
Hex1593535602C2A964b21
Octal252231231260545222611341
Binary1010110010011101001110101100101100101010100101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159353; }

 p { color: rgb(21,147,83); }

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

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

 a { background-color: rgb(21,147,83); }

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

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

 span { border-color: rgb(21,147,83); }

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