#148F50

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

Shades of Salem #148F50

Tints of Salem #148F50

Color information

#148F50 (or 0x148F50) is unknown color: approx Salem. HEX triplet: 14, 8F and 50. RGB value is (20,143,80). Sum of RGB (Red+Green+Blue) = 20+143+80=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 143 (56.25% from 255 or 58.85% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 143 - color contains mainly: green. Hex color #148F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148F50 is #EB70AF. Grayscale: #636363. Windows color (decimal): -15429808 or 5279508. OLE color: 5279508.

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

Color convert

RGB2014380-
CMYK0.8600.440.44
HSL149.27º75.46%31.96%-
HSV(B)149.27º86.01%56.08%-
XYZ11.5620.3710.91-
YUV99.04117.2571.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 143 (56.25% from 255) = 58.85%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=8.23%
G=58.85%
B=32.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20143800.8600.440.44149.2775.4631.96
Hex148F505602C2C954b20
Octal242171201260545422511340
Binary1010010001111101000010101100101100101100100101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,143,80); }

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

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

 a { background-color: rgb(20,143,80); }

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

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

 span { border-color: rgb(20,143,80); }

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