#137D57

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

Shades of Salem #137D57

Tints of Salem #137D57

Color information

#137D57 (or 0x137D57) is unknown color: approx Salem. HEX triplet: 13, 7D and 57. RGB value is (19,125,87). Sum of RGB (Red+Green+Blue) = 19+125+87=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #137D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D57 is #EC82A8. Grayscale: #595959. Windows color (decimal): -15499945 or 5733651. OLE color: 5733651.

HSL color Cylindrical-coordinate representation of color #137D57: hue angle of 158.49º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D57 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1912587-
CMYK0.8500.300.51
HSL158.49º73.61%28.24%-
HSV(B)158.49º84.8%49.02%-
XYZ9.3215.4911.52-
YUV88.97126.8878.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 125 (49.22% from 255) = 54.11%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=8.23%
G=54.11%
B=37.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19125870.8500.300.51158.4973.6128.24
Hex137D575501E339e4a1c
Octal231751271250366323611234
Binary1001111111011010111101010101111011001110011110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137D57; }

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

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

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

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

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

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

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

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