#158C40

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

Shades of Salem #158C40

Tints of Salem #158C40

Color information

#158C40 (or 0x158C40) is unknown color: approx Salem. HEX triplet: 15, 8C and 40. RGB value is (21,140,64). Sum of RGB (Red+Green+Blue) = 21+140+64=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #158C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C40 is #EA73BF. Grayscale: #5F5F5F. Windows color (decimal): -15365056 or 4230165. OLE color: 4230165.

HSL color Cylindrical-coordinate representation of color #158C40: hue angle of 141.68º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C40 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB2114064-
CMYK0.8500.540.45
HSL141.68º73.91%31.57%-
HSV(B)141.68º85%54.9%-
XYZ10.6119.298.01-
YUV95.76110.0874.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 140 (55.08% from 255) = 62.22%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=9.33%
G=62.22%
B=28.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140640.8500.540.45141.6873.9131.57
Hex158C40550362D8e4a20
Octal252141001250665521611240
Binary1010110001100100000010101010110110101101100011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158C40; }

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

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

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

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

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

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

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

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