#157353

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

Shades of Salem #157353

Tints of Salem #157353

Color information

#157353 (or 0x157353) is unknown color: approx Salem. HEX triplet: 15, 73 and 53. RGB value is (21,115,83). Sum of RGB (Red+Green+Blue) = 21+115+83=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #157353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157353 is #EA8CAC. Grayscale: #535353. Windows color (decimal): -15371437 or 5468949. OLE color: 5468949.

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

Color convert

RGB2111583-
CMYK0.8200.280.55
HSL159.57º69.12%26.67%-
HSV(B)159.57º81.74%45.1%-
XYZ813.0510.28-
YUV83.25127.8683.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=9.59%
G=52.51%
B=37.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115830.8200.280.55159.5769.1226.67
Hex1573535201C37a0451b
Octal251631231220346724010533
Binary1010111100111010011101001001110011011110100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157353; }

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

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

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

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

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

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

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

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