#148E4D

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

Shades of Salem #148E4D

Tints of Salem #148E4D

Color information

#148E4D (or 0x148E4D) is unknown color: approx Salem. HEX triplet: 14, 8E and 4D. RGB value is (20,142,77). Sum of RGB (Red+Green+Blue) = 20+142+77=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 142 (55.86% from 255 or 59.41% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 142 - color contains mainly: green. Hex color #148E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E4D is #EB71B2. Grayscale: #626262. Windows color (decimal): -15430067 or 5082644. OLE color: 5082644.

HSL color Cylindrical-coordinate representation of color #148E4D: hue angle of 148.03º 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 #148E4D is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB2014277-
CMYK0.8600.460.44
HSL148.03º75.31%31.76%-
HSV(B)148.03º85.92%55.69%-
XYZ11.320.0310.29-
YUV98.11116.0872.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 142 (55.86% from 255) = 59.41%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=8.37%
G=59.41%
B=32.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142770.8600.460.44148.0375.3131.76
Hex148E4D5602E2C944b20
Octal242161151260565422411340
Binary1010010001110100110110101100101110101100100101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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