#138C50

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

Shades of Salem #138C50

Tints of Salem #138C50

Color information

#138C50 (or 0x138C50) is unknown color: approx Salem. HEX triplet: 13, 8C and 50. RGB value is (19,140,80). Sum of RGB (Red+Green+Blue) = 19+140+80=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #138C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C50 is #EC73AF. Grayscale: #616161. Windows color (decimal): -15496112 or 5278739. OLE color: 5278739.

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

Color convert

RGB1914080-
CMYK0.8600.430.45
HSL150.25º76.1%31.18%-
HSV(B)150.25º86.43%54.9%-
XYZ11.0919.4710.76-
YUV96.98118.4172.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 140 (55.08% from 255) = 58.58%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=7.95%
G=58.58%
B=33.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140800.8600.430.45150.2576.131.18
Hex138C505602B2D964c1f
Octal232141201260535522611437
Binary100111000110010100001010110010101110110110010110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,140,80); }

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

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

 a { background-color: rgb(19,140,80); }

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

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

 span { border-color: rgb(19,140,80); }

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