#138b40

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

Shades of Salem #138B40

Tints of Salem #138B40

Color information

#138B40 (or 0x138B40) is unknown color: approx Salem. HEX triplet: 13, 8B and 40. RGB value is (19,139,64). Sum of RGB (Red+Green+Blue) = 19+139+64=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 139 (54.69% from 255 or 62.61% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 139 - color contains mainly: green. Hex color #138B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B40 is #EC74BF. Grayscale: #5E5E5E. Windows color (decimal): -15496384 or 4229907. OLE color: 4229907.

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

Color convert

RGB1913964-
CMYK0.8600.540.45
HSL142.5º75.95%30.98%-
HSV(B)142.5º86.33%54.51%-
XYZ10.4318.977.96-
YUV94.57110.7474.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 139 (54.69% from 255) = 62.61%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=8.56%
G=62.61%
B=28.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139640.8600.540.45142.575.9530.98
Hex138B40560362D8e4c1f
Octal232131001260665521611437
Binary100111000101110000001010110011011010110110001110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138b40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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