#148E51

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

Shades of Salem #148E51

Tints of Salem #148E51

Color information

#148E51 (or 0x148E51) is unknown color: approx Salem. HEX triplet: 14, 8E and 51. RGB value is (20,142,81). Sum of RGB (Red+Green+Blue) = 20+142+81=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #148E51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E51 is #EB71AE. Grayscale: #626262. Windows color (decimal): -15430063 or 5344788. OLE color: 5344788.

HSL color Cylindrical-coordinate representation of color #148E51: hue angle of 150º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E51 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB2014281-
CMYK0.8600.430.44
HSL150º75.31%31.76%-
HSV(B)150º85.92%55.69%-
XYZ11.4520.0911.06-
YUV98.57118.0871.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 142 (55.86% from 255) = 58.44%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=8.23%
G=58.44%
B=33.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142810.8600.430.4415075.3131.76
Hex148E515602B2C964b20
Octal242161211260535422611340
Binary1010010001110101000110101100101011101100100101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148E51; }

 p { color: rgb(20,142,81); }

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

<style>
 a { background-color: #148E51; }

 a { background-color: rgb(20,142,81); }

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

<style>
 span { border-color: #148E51; }

 span { border-color: rgb(20,142,81); }

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