#137F49

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

Shades of Salem #137F49

Tints of Salem #137F49

Color information

#137F49 (or 0x137F49) is unknown color: approx Salem. HEX triplet: 13, 7F and 49. RGB value is (19,127,73). Sum of RGB (Red+Green+Blue) = 19+127+73=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #137F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F49 is #EC80B6. Grayscale: #585858. Windows color (decimal): -15499447 or 4816659. OLE color: 4816659.

HSL color Cylindrical-coordinate representation of color #137F49: hue angle of 150º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F49 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1912773-
CMYK0.8500.430.50
HSL150º73.97%28.63%-
HSV(B)150º85.04%49.8%-
XYZ9.0615.88.88-
YUV88.55119.2278.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 127 (50% from 255) = 57.99%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=8.68%
G=57.99%
B=33.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19127730.8500.430.5015073.9728.63
Hex137F495502B32964a1d
Octal231771111250536222611235
Binary10011111111110010011010101010101111001010010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,127,73); }

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

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

 a { background-color: rgb(19,127,73); }

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

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

 span { border-color: rgb(19,127,73); }

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