#137757

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

Shades of Salem #137757

Tints of Salem #137757

Color information

#137757 (or 0x137757) is unknown color: approx Salem. HEX triplet: 13, 77 and 57. RGB value is (19,119,87). Sum of RGB (Red+Green+Blue) = 19+119+87=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #137757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137757 is #EC88A8. Grayscale: #555555. Windows color (decimal): -15501481 or 5732115. OLE color: 5732115.

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

Color convert

RGB1911987-
CMYK0.8400.270.53
HSL160.8º72.46%27.06%-
HSV(B)160.8º84.03%46.67%-
XYZ8.5914.0211.27-
YUV85.45128.8780.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=8.44%
G=52.89%
B=38.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119870.8400.270.53160.872.4627.06
Hex1377575401B35a1481b
Octal231671271240336524111033
Binary1001111101111010111101010001101111010110100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137757; }

 p { color: rgb(19,119,87); }

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

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

 a { background-color: rgb(19,119,87); }

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

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

 span { border-color: rgb(19,119,87); }

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