#149050

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

Shades of Salem #149050

Tints of Salem #149050

Color information

#149050 (or 0x149050) is unknown color: approx Salem. HEX triplet: 14, 90 and 50. RGB value is (20,144,80). Sum of RGB (Red+Green+Blue) = 20+144+80=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #149050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149050 is #EB6FAF. Grayscale: #636363. Windows color (decimal): -15429552 or 5279764. OLE color: 5279764.

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

Color convert

RGB2014480-
CMYK0.8600.440.44
HSL149.03º75.61%32.16%-
HSV(B)149.03º86.11%56.47%-
XYZ11.7120.6710.96-
YUV99.63116.9271.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 144 (56.64% from 255) = 59.02%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=8.20%
G=59.02%
B=32.79%

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
Decimal20144800.8600.440.44149.0375.6132.16
Hex1490505602C2C954c20
Octal242201201260545422511440
Binary1010010010000101000010101100101100101100100101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149050; }

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

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

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

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

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

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

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

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