#159140

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

Shades of Salem #159140

Tints of Salem #159140

Color information

#159140 (or 0x159140) is unknown color: approx Salem. HEX triplet: 15, 91 and 40. RGB value is (21,145,64). Sum of RGB (Red+Green+Blue) = 21+145+64=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #159140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159140 is #EA6EBF. Grayscale: #626262. Windows color (decimal): -15363776 or 4231445. OLE color: 4231445.

HSL color Cylindrical-coordinate representation of color #159140: hue angle of 140.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159140 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB2114564-
CMYK0.8600.560.43
HSL140.81º74.7%32.55%-
HSV(B)140.81º85.52%56.86%-
XYZ11.3620.788.26-
YUV98.69108.4272.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 145 (57.03% from 255) = 63.04%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=9.13%
G=63.04%
B=27.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21145640.8600.560.43140.8174.732.55
Hex159140560382B8d4b21
Octal252211001260705321511341
Binary1010110010001100000010101100111000101011100011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159140; }

 p { color: rgb(21,145,64); }

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

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

 a { background-color: rgb(21,145,64); }

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

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

 span { border-color: rgb(21,145,64); }

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