#137D53

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

Shades of Salem #137D53

Tints of Salem #137D53

Color information

#137D53 (or 0x137D53) is unknown color: approx Salem. HEX triplet: 13, 7D and 53. RGB value is (19,125,83). Sum of RGB (Red+Green+Blue) = 19+125+83=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #137D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D53 is #EC82AC. Grayscale: #585858. Windows color (decimal): -15499949 or 5471507. OLE color: 5471507.

HSL color Cylindrical-coordinate representation of color #137D53: hue angle of 156.23º 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 #137D53 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1912583-
CMYK0.8500.340.51
HSL156.23º73.61%28.24%-
HSV(B)156.23º84.8%49.02%-
XYZ9.1615.4310.68-
YUV88.52124.8878.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 125 (49.22% from 255) = 55.07%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=8.37%
G=55.07%
B=36.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19125830.8500.340.51156.2373.6128.24
Hex137D5355022339c4a1c
Octal231751231250426323411234
Binary10011111110110100111010101010001011001110011100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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