#138A3A

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

Shades of Salem #138A3A

Tints of Salem #138A3A

Color information

#138A3A (or 0x138A3A) is unknown color: approx Salem. HEX triplet: 13, 8A and 3A. RGB value is (19,138,58). Sum of RGB (Red+Green+Blue) = 19+138+58=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #138A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A3A is #EC75C5. Grayscale: #5D5D5D. Windows color (decimal): -15496646 or 3836435. OLE color: 3836435.

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

Color convert

RGB1913858-
CMYK0.8600.580.46
HSL139.66º75.8%30.78%-
HSV(B)139.66º86.23%54.12%-
XYZ10.1218.627.06-
YUV93.3108.0875-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 138 (54.30% from 255) = 64.19%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=8.84%
G=64.19%
B=26.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138580.8600.580.46139.6675.830.78
Hex138A3A5603A2E8c4c1f
Octal23212721260725621411437
Binary10011100010101110101010110011101010111010001100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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