#138B3D

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

Shades of Salem #138B3D

Tints of Salem #138B3D

Color information

#138B3D (or 0x138B3D) is unknown color: approx Salem. HEX triplet: 13, 8B and 3D. RGB value is (19,139,61). Sum of RGB (Red+Green+Blue) = 19+139+61=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #138B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B3D is #EC74C2. Grayscale: #5E5E5E. Windows color (decimal): -15496387 or 4033299. OLE color: 4033299.

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

Color convert

RGB1913961-
CMYK0.8600.560.45
HSL141º75.95%30.98%-
HSV(B)141º86.33%54.51%-
XYZ10.3418.947.53-
YUV94.23109.2474.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 139 (54.69% from 255) = 63.47%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=8.68%
G=63.47%
B=27.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139610.8600.560.4514175.9530.98
Hex138B3D560382D8d4c1f
Octal23213751260705521511437
Binary10011100010111111011010110011100010110110001101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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