#158C50

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

Shades of Salem #158C50

Tints of Salem #158C50

Color information

#158C50 (or 0x158C50) is unknown color: approx Salem. HEX triplet: 15, 8C and 50. RGB value is (21,140,80). Sum of RGB (Red+Green+Blue) = 21+140+80=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #158C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C50 is #EA73AF. Grayscale: #616161. Windows color (decimal): -15365040 or 5278741. OLE color: 5278741.

HSL color Cylindrical-coordinate representation of color #158C50: hue angle of 149.75º 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 #158C50 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB2114080-
CMYK0.8500.430.45
HSL149.75º73.91%31.57%-
HSV(B)149.75º85%54.9%-
XYZ11.1419.4910.77-
YUV97.58118.0873.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 140 (55.08% from 255) = 58.09%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=8.71%
G=58.09%
B=33.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140800.8500.430.45149.7573.9131.57
Hex158C505502B2D964a20
Octal252141201250535522611240
Binary1010110001100101000010101010101011101101100101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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