#138A59

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

Shades of Salem #138A59

Tints of Salem #138A59

Color information

#138A59 (or 0x138A59) is unknown color: approx Salem. HEX triplet: 13, 8A and 59. RGB value is (19,138,89). Sum of RGB (Red+Green+Blue) = 19+138+89=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #138A59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A59 is #EC75A6. Grayscale: #606060. Windows color (decimal): -15496615 or 5868051. OLE color: 5868051.

HSL color Cylindrical-coordinate representation of color #138A59: hue angle of 155.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A59 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1913889-
CMYK0.8600.360.46
HSL155.29º75.8%30.78%-
HSV(B)155.29º86.23%54.12%-
XYZ11.1619.0412.54-
YUV96.83123.5872.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=7.72%
G=56.10%
B=36.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138890.8600.360.46155.2975.830.78
Hex138A59560242E9b4c1f
Octal232121311260445623311437
Binary100111000101010110011010110010010010111010011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138A59; }

 p { color: rgb(19,138,89); }

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

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

 a { background-color: rgb(19,138,89); }

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

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

 span { border-color: rgb(19,138,89); }

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