#137155

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

Shades of Salem #137155

Tints of Salem #137155

Color information

#137155 (or 0x137155) is unknown color: approx Salem. HEX triplet: 13, 71 and 55. RGB value is (19,113,85). Sum of RGB (Red+Green+Blue) = 19+113+85=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #137155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137155 is #EC8EAA. Grayscale: #515151. Windows color (decimal): -15503019 or 5599507. OLE color: 5599507.

HSL color Cylindrical-coordinate representation of color #137155: hue angle of 162.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137155 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1911385-
CMYK0.8300.250.56
HSL162.13º71.21%25.88%-
HSV(B)162.13º83.19%44.31%-
XYZ7.8112.610.62-
YUV81.7129.8683.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=8.76%
G=52.07%
B=39.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19113850.8300.250.56162.1371.2125.88
Hex1371555301938a2471a
Octal231611251230317024210732
Binary1001111100011010101101001101100111100010100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137155; }

 p { color: rgb(19,113,85); }

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

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

 a { background-color: rgb(19,113,85); }

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

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

 span { border-color: rgb(19,113,85); }

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