#157755

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

Shades of Salem #157755

Tints of Salem #157755

Color information

#157755 (or 0x157755) is unknown color: approx Salem. HEX triplet: 15, 77 and 55. RGB value is (21,119,85). Sum of RGB (Red+Green+Blue) = 21+119+85=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #157755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157755 is #EA88AA. Grayscale: #555555. Windows color (decimal): -15370411 or 5601045. OLE color: 5601045.

HSL color Cylindrical-coordinate representation of color #157755: hue angle of 159.18º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157755 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB2111985-
CMYK0.8200.290.53
HSL159.18º70%27.45%-
HSV(B)159.18º82.35%46.67%-
XYZ8.5514.0110.85-
YUV85.82127.5381.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=9.33%
G=52.89%
B=37.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119850.8200.290.53159.187027.45
Hex1577555201D359f461b
Octal251671251220356523710633
Binary1010111101111010101101001001110111010110011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157755; }

 p { color: rgb(21,119,85); }

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

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

 a { background-color: rgb(21,119,85); }

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

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

 span { border-color: rgb(21,119,85); }

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