#149055

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

Shades of Salem #149055

Tints of Salem #149055

Color information

#149055 (or 0x149055) is unknown color: approx Salem. HEX triplet: 14, 90 and 55. RGB value is (20,144,85). Sum of RGB (Red+Green+Blue) = 20+144+85=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #149055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149055 is #EB6FAA. Grayscale: #646464. Windows color (decimal): -15429547 or 5607444. OLE color: 5607444.

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

Color convert

RGB2014485-
CMYK0.8600.410.44
HSL151.45º75.61%32.16%-
HSV(B)151.45º86.11%56.47%-
XYZ11.920.7511.97-
YUV100.2119.4270.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 144 (56.64% from 255) = 57.83%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=8.03%
G=57.83%
B=34.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144850.8600.410.44151.4575.6132.16
Hex149055560292C974c20
Octal242201251260515422711440
Binary1010010010000101010110101100101001101100100101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149055; }

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

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

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

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

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

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

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

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