#138a53

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

Shades of Salem #138A53

Tints of Salem #138A53

Color information

#138A53 (or 0x138A53) is unknown color: approx Salem. HEX triplet: 13, 8A and 53. RGB value is (19,138,83). Sum of RGB (Red+Green+Blue) = 19+138+83=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #138A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A53 is #EC75AC. Grayscale: #606060. Windows color (decimal): -15496621 or 5474835. OLE color: 5474835.

HSL color Cylindrical-coordinate representation of color #138A53: hue angle of 152.27º 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 #138A53 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1913883-
CMYK0.8600.400.46
HSL152.27º75.8%30.78%-
HSV(B)152.27º86.23%54.12%-
XYZ10.9218.9411.26-
YUV96.15120.5872.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=7.92%
G=57.5%
B=34.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138830.8600.400.46152.2775.830.78
Hex138A53560282E984c1f
Octal232121231260505623011437
Binary100111000101010100111010110010100010111010011000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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