#138B59

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

Shades of Salem #138B59

Tints of Salem #138B59

Color information

#138B59 (or 0x138B59) is unknown color: approx Salem. HEX triplet: 13, 8B and 59. RGB value is (19,139,89). Sum of RGB (Red+Green+Blue) = 19+139+89=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #138B59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B59 is #EC74A6. Grayscale: #616161. Windows color (decimal): -15496359 or 5868307. OLE color: 5868307.

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

Color convert

RGB1913989-
CMYK0.8600.360.45
HSL155º75.95%30.98%-
HSV(B)155º86.33%54.51%-
XYZ11.319.3212.59-
YUV97.42123.2472.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=7.69%
G=56.28%
B=36.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139890.8600.360.4515575.9530.98
Hex138B59560242D9b4c1f
Octal232131311260445523311437
Binary100111000101110110011010110010010010110110011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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