#138A47

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

Shades of Salem #138A47

Tints of Salem #138A47

Color information

#138A47 (or 0x138A47) is unknown color: approx Salem. HEX triplet: 13, 8A and 47. RGB value is (19,138,71). Sum of RGB (Red+Green+Blue) = 19+138+71=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #138A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A47 is #EC75B8. Grayscale: #5E5E5E. Windows color (decimal): -15496633 or 4688403. OLE color: 4688403.

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

Color convert

RGB1913871-
CMYK0.8600.490.46
HSL146.22º75.8%30.78%-
HSV(B)146.22º86.23%54.12%-
XYZ10.4918.779.03-
YUV94.78114.5873.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 138 (54.30% from 255) = 60.53%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=8.33%
G=60.53%
B=31.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138710.8600.490.46146.2275.830.78
Hex138A47560312E924c1f
Octal232121071260615622211437
Binary100111000101010001111010110011000110111010010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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