#137e50

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

Shades of Salem #137E50

Tints of Salem #137E50

Color information

#137E50 (or 0x137E50) is unknown color: approx Salem. HEX triplet: 13, 7E and 50. RGB value is (19,126,80). Sum of RGB (Red+Green+Blue) = 19+126+80=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #137E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E50 is #EC81AF. Grayscale: #585858. Windows color (decimal): -15499696 or 5275155. OLE color: 5275155.

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

Color convert

RGB1912680-
CMYK0.8500.370.51
HSL154.21º73.79%28.43%-
HSV(B)154.21º84.92%49.41%-
XYZ9.1815.6410.12-
YUV88.76123.0578.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 126 (49.61% from 255) = 56%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=8.44%
G=56%
B=35.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19126800.8500.370.51154.2173.7928.43
Hex137E5055025339a4a1c
Octal231761201250456323211234
Binary10011111111010100001010101010010111001110011010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137e50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,80); }

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

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

 a { background-color: rgb(19,126,80); }

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

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

 span { border-color: rgb(19,126,80); }

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