#138B4A

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

Shades of Salem #138B4A

Tints of Salem #138B4A

Color information

#138B4A (or 0x138B4A) is unknown color: approx Salem. HEX triplet: 13, 8B and 4A. RGB value is (19,139,74). Sum of RGB (Red+Green+Blue) = 19+139+74=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #138B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B4A is #EC74B5. Grayscale: #5F5F5F. Windows color (decimal): -15496374 or 4885267. OLE color: 4885267.

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

Color convert

RGB1913974-
CMYK0.8600.470.45
HSL147.5º75.95%30.98%-
HSV(B)147.5º86.33%54.51%-
XYZ10.7419.19.6-
YUV95.71115.7473.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 139 (54.69% from 255) = 59.91%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=8.19%
G=59.91%
B=31.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139740.8600.470.45147.575.9530.98
Hex138B4A5602F2D944c1f
Octal232131121260575522411437
Binary100111000101110010101010110010111110110110010100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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