#159050

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

Shades of Salem #159050

Tints of Salem #159050

Color information

#159050 (or 0x159050) is unknown color: approx Salem. HEX triplet: 15, 90 and 50. RGB value is (21,144,80). Sum of RGB (Red+Green+Blue) = 21+144+80=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #159050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159050 is #EA6FAF. Grayscale: #646464. Windows color (decimal): -15364016 or 5279765. OLE color: 5279765.

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

Color convert

RGB2114480-
CMYK0.8500.440.44
HSL148.78º74.55%32.35%-
HSV(B)148.78º85.42%56.47%-
XYZ11.7320.6910.96-
YUV99.93116.7571.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 144 (56.64% from 255) = 58.78%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=8.57%
G=58.78%
B=32.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21144800.8500.440.44148.7874.5532.35
Hex1590505502C2C954b20
Octal252201201250545422511340
Binary1010110010000101000010101010101100101100100101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159050; }

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

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

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

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

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

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

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

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